add state saving after each repost
This commit is contained in:
parent
7a8343e246
commit
d16b503c74
@ -511,6 +511,7 @@ void RepostManager::repost(AbstractPost &post) {
|
|||||||
m_appState->vkRepostState[src].lastForwardedPostDate = postDate;
|
m_appState->vkRepostState[src].lastForwardedPostDate = postDate;
|
||||||
else
|
else
|
||||||
m_appState->tgRepostState[src].lastForwardedPostDate = postDate;
|
m_appState->tgRepostState[src].lastForwardedPostDate = postDate;
|
||||||
|
m_appState->save();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user