diff options
Diffstat (limited to 'src/fingerclient.cpp')
| -rw-r--r-- | src/fingerclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fingerclient.cpp b/src/fingerclient.cpp index b696341..8d0ea60 100644 --- a/src/fingerclient.cpp +++ b/src/fingerclient.cpp @@ -58,7 +58,7 @@ void FingerClient::on_finished() { if(not was_cancelled) { - emit this->requestComplete(this->body, "text/plain"); + emit this->requestComplete(this->body, "text/finger"); was_cancelled = true; } body.clear(); |
