mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 19:42:28 -04:00
Fixed the set of read state of forum messages in feed item.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7697 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b3a33206b1
commit
55c4cf895a
2 changed files with 3 additions and 2 deletions
|
@ -329,7 +329,8 @@ void GxsForumThreadWidget::updateDisplay(bool complete)
|
|||
/* Update threads */
|
||||
insertThreads();
|
||||
} else {
|
||||
const std::map<RsGxsGroupId, std::vector<RsGxsMessageId> > &msgIds = getMsgIds();
|
||||
std::map<RsGxsGroupId, std::vector<RsGxsMessageId> > msgIds;
|
||||
getAllMsgIds(msgIds);
|
||||
if (msgIds.find(mForumId) != msgIds.end()) {
|
||||
/* Update threads */
|
||||
insertThreads();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue