GUI/Forums: Restore GxsForumThreadWidget.cpp from master following accidental modifications

This commit is contained in:
jolavillette 2026-03-17 10:06:47 +01:00
parent 470b2df20e
commit 6eaad9ae21

View File

@ -1761,7 +1761,7 @@ void GxsForumThreadWidget::editForumMessageData(const RsGxsForumMsg& msg)
return;
}
CreateGxsForumMsg *cfm = new CreateGxsForumMsg(groupId(), msg.mMeta.mParentId, msg.mMeta.mOrigMsgId, msg.mMeta.mAuthorId, mForumGroup.mAdminList.ids);
CreateGxsForumMsg *cfm = new CreateGxsForumMsg(groupId(), msg.mMeta.mParentId, msg.mMeta.mMsgId, msg.mMeta.mAuthorId, mForumGroup.mAdminList.ids);
cfm->insertPastedText(QString::fromUtf8(msg.mMsg.c_str())) ;
cfm->show();