Merge pull request #3183 from jolavillette/FixForumDisplaysDetailsInsteadOfPostConten

fix: forum details is displayed instead of post content
This commit is contained in:
csoler 2026-03-11 12:17:26 +01:00 committed by GitHub
commit 5ea309d032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1963,7 +1963,8 @@ void GxsForumThreadWidget::updateGroupData()
// ui->threadTreeWidget->selectionModel()->reset();
// mThreadProxyModel->clear();
setForumDescriptionLoading();
if(mThreadId.isNull())
setForumDescriptionLoading();
RsThread::async([this]()
{