diff --git a/src/Pnut.cpp b/src/Pnut.cpp index 6f11790..5985a2d 100644 --- a/src/Pnut.cpp +++ b/src/Pnut.cpp @@ -370,10 +370,8 @@ void Pnut::sendPost(QString text, int pid=0) rawobj["type"] = "nl.chimpnut.blog.post"; rawobj["value"] = longpost; raw.append(rawobj); - text.truncate(80); - text = text + "... - http://chimpnut.nl/u/"; - text = text + m_appSettings->value("username").toString(); - text = text + "/lp/{object_id} - #longpost"; + text.truncate(100); + text = text + "... - https://longpo.st/p/{object_id} - #longpost"; } map["text"] = text; if (pid > 0)