keep current voter ID as poster ID in comment dialog

This commit is contained in:
csoler 2020-10-01 21:25:32 +02:00
parent 5e2f46a5fc
commit 6cc9cdf130
8 changed files with 20 additions and 17 deletions

View file

@ -731,7 +731,7 @@ void GxsGroupFrameDialog::loadComment(const RsGxsGroupId &grpId, const QVector<R
comments += "...";
}
commentDialog = new GxsCommentDialog(this, mInterface->getTokenService(), commentService);
commentDialog = new GxsCommentDialog(this,RsGxsId(), mInterface->getTokenService(), commentService);
QWidget *commentHeader = createCommentHeaderWidget(grpId, most_recent_msgId);
if (commentHeader) {