diff --git a/src/Pnut.cpp b/src/Pnut.cpp index ffe132d..e66d839 100644 --- a/src/Pnut.cpp +++ b/src/Pnut.cpp @@ -299,7 +299,7 @@ void Pnut::onAuthorizedRequestReady(QByteArray data, int id) { qDebug() << "Bookmark successful!"; req_map.remove(id); - emit postReceived(variant.toMap()["data"].toMap()); + getPost(variant.toMap()["data"].toMap()["id"].toString()); } else {