removed TokenQueue from GxsMessageFrameWidget

This commit is contained in:
csoler 2022-06-22 15:43:57 +02:00
parent 6411d5507f
commit 819dc173e0
8 changed files with 9 additions and 43 deletions

View file

@ -1432,7 +1432,7 @@ public:
uint32_t mLastToken;
};
void GxsChannelPostsWidgetWithModel::setAllMessagesReadDo(bool read, uint32_t& /*token*/)
void GxsChannelPostsWidgetWithModel::setAllMessagesReadDo(bool read)
{
if (groupId().isNull() || !IS_GROUP_SUBSCRIBED(mGroup.mMeta.mSubscribeFlags))
return;