mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-14 11:06:01 +05:00
Merge pull request #3183 from jolavillette/FixForumDisplaysDetailsInsteadOfPostConten
fix: forum details is displayed instead of post content
This commit is contained in:
commit
5ea309d032
@ -1963,7 +1963,8 @@ void GxsForumThreadWidget::updateGroupData()
|
||||
// ui->threadTreeWidget->selectionModel()->reset();
|
||||
// mThreadProxyModel->clear();
|
||||
|
||||
setForumDescriptionLoading();
|
||||
if(mThreadId.isNull())
|
||||
setForumDescriptionLoading();
|
||||
|
||||
RsThread::async([this]()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user