Enable / disable external friends invite

This commit is contained in:
Gil Eluard
2021-04-01 15:02:43 +02:00
parent a423c9d18f
commit 57f5e16ea1
4 changed files with 24 additions and 1 deletions
@@ -499,7 +499,7 @@
if (section == searchInputSection)
{
count = 1;
count = RiotSettings.shared.allowInviteExernalUsers ? 1 : 0;
}
else if (section == filteredLocalContactsSection && !(shrinkedSectionsBitMask & CONTACTSDATASOURCE_LOCALCONTACTS_BITWISE))
{