fetch updated post after bookmark resolves #24

This commit is contained in:
Morgan McMillian 2018-02-27 21:14:40 -08:00
parent e386981bec
commit 8ea6fcaf09

View file

@ -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
{