fetch updated post after bookmark resolves #24
This commit is contained in:
parent
e386981bec
commit
8ea6fcaf09
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void Pnut::onAuthorizedRequestReady(QByteArray data, int id)
|
||||||
{
|
{
|
||||||
qDebug() << "Bookmark successful!";
|
qDebug() << "Bookmark successful!";
|
||||||
req_map.remove(id);
|
req_map.remove(id);
|
||||||
emit postReceived(variant.toMap()["data"].toMap());
|
getPost(variant.toMap()["data"].toMap()["id"].toString());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue