mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 08:25:53 -04:00
added missing flag check for anti-spam feature display
This commit is contained in:
parent
b04ce5ef1c
commit
a526a29a2b
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void GxsForumsDialog::groupInfoToGroupItemInfo(const RsGroupMetaData &groupInfo,
|
||||||
|
|
||||||
if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
|
if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
|
||||||
groupItemInfo.icon = QIcon(":images/konv_message2.png");
|
groupItemInfo.icon = QIcon(":images/konv_message2.png");
|
||||||
else if (IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags))
|
else if ((IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags)) || (IS_GROUP_MESSAGE_TRACKING(groupInfo.mSignFlags)) )
|
||||||
groupItemInfo.icon = QIcon(":images/konv_message3.png");
|
groupItemInfo.icon = QIcon(":images/konv_message3.png");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue