fixed stupid mistake

This commit is contained in:
csoler 2021-01-05 14:51:24 +01:00
parent 94afc17629
commit 2124c0935d

View File

@ -271,7 +271,7 @@ bool RsGxsIntegrityCheck::check(uint16_t service_type, RsGixs *mgixs, RsGeneralD
const auto& meta = *vit;
if (subscribed_groups.count(meta->mGroupId))
if(meta->mAuthorId.isNull())
if(!meta->mAuthorId.isNull())
{
#ifdef DEBUG_GXSUTIL
GXSUTIL_DEBUG() << "TimeStamping message authors' key ID " << meta->mAuthorId << " in message " << meta->mMsgId << ", group ID " << meta->mGroupId<< std::endl;