mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Use matrixApps for allowIntegrations, will be moved later
This commit is contained in:
@@ -465,7 +465,7 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
|
||||
[tmpSections addObject:sectionIgnoredUsers];
|
||||
}
|
||||
|
||||
if (RiotSettings.shared.allowIntegrations)
|
||||
if (RiotSettings.shared.matrixApps)
|
||||
{
|
||||
Section *sectionIntegrations = [Section sectionWithTag:SECTION_TAG_INTEGRATIONS];
|
||||
[sectionIntegrations addRowWithTag:INTEGRATIONS_INDEX];
|
||||
|
||||
Reference in New Issue
Block a user