mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fixed stupid mistake
This commit is contained in:
parent
94afc17629
commit
2124c0935d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue