mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Enable / disable external friends invite
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
|
||||
if (section == searchInputSection)
|
||||
{
|
||||
count = 1;
|
||||
count = RiotSettings.shared.allowInviteExernalUsers ? 1 : 0;
|
||||
}
|
||||
else if (section == filteredLocalContactsSection && !(shrinkedSectionsBitMask & CONTACTSDATASOURCE_LOCALCONTACTS_BITWISE))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user