Enable / disable external friends invite

This commit is contained in:
Gil Eluard
2021-04-01 15:02:43 +02:00
parent 37984e76fb
commit bea7950c7d
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))
{