attempt to fix UI bug that automatically deselected after setting msg as read

This commit is contained in:
csoler 2020-06-11 22:17:33 +02:00
parent 2faaccbb7a
commit 67e8b87750
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 29 additions and 27 deletions

View file

@ -398,7 +398,7 @@ void RsGxsChannelPostsModel::clear()
initEmptyHierarchy();
postMods();
emit channelLoaded();
emit channelPostsLoaded();
}
void RsGxsChannelPostsModel::setPosts(const RsGxsChannelGroup& group, std::vector<RsGxsChannelPost>& posts)
@ -431,7 +431,7 @@ void RsGxsChannelPostsModel::setPosts(const RsGxsChannelGroup& group, std::vecto
postMods();
emit channelLoaded();
emit channelPostsLoaded();
}
void RsGxsChannelPostsModel::update_posts(const RsGxsGroupId& group_id)