gxsforums: hide some leftovers after switching onto next forum

at place for buttons and such (above post content)
This commit is contained in:
chelovechishko 2020-07-01 16:59:55 +09:00
parent 43ef74b4ca
commit db978e147b

View File

@ -983,6 +983,9 @@ void GxsForumThreadWidget::updateForumDescription(bool success)
if (!mThreadId.isNull())
return;
// still call it to not left leftovers from previous post if any
blankPost();
RsIdentityDetails details;
rsIdentity->getIdDetails(mForumGroup.mMeta.mAuthorId,details);