fix: forum details is displayed instead of post content

This commit is contained in:
jolavillette 2026-03-10 09:51:10 +01:00
parent 5b7d50f364
commit 553cb42759

View File

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