mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
added a cache for comments in comment tree widget to make loading synchronous when necessary
This commit is contained in:
parent
a142694896
commit
c7bc7e814b
5 changed files with 49 additions and 10 deletions
|
@ -68,7 +68,7 @@ BoardPostDisplayWidget::BoardPostDisplayWidget(const RsPostedPost& post, Display
|
|||
std::set<RsGxsMessageId> post_versions ;
|
||||
post_versions.insert(post.mMeta.mMsgId) ;
|
||||
|
||||
ui->commentsWidget->commentLoad(post.mMeta.mGroupId, post_versions,mPost.mMeta.mMsgId);
|
||||
ui->commentsWidget->commentLoad(post.mMeta.mGroupId, post_versions,mPost.mMeta.mMsgId,true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue