mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed stupid mistake
This commit is contained in:
parent
94afc17629
commit
2124c0935d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user