diff --git a/manager.cpp b/manager.cpp index 3810a14..677ba0b 100644 --- a/manager.cpp +++ b/manager.cpp @@ -511,6 +511,7 @@ void RepostManager::repost(AbstractPost &post) { m_appState->vkRepostState[src].lastForwardedPostDate = postDate; else m_appState->tgRepostState[src].lastForwardedPostDate = postDate; + m_appState->save(); } }); }