mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-14 11:06:01 +05:00
fix: forum details is displayed instead of post content
This commit is contained in:
parent
5b7d50f364
commit
553cb42759
@ -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