Enable / disable external friends invite

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