mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
attempt to fix UI bug that automatically deselected after setting msg as read
This commit is contained in:
parent
2faaccbb7a
commit
67e8b87750
4 changed files with 29 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue