mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 07:57:42 +02:00
Update the value of notificationBodyLocalizationKey to "NOTIFICATION".
This commit is contained in:
@@ -1910,6 +1910,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
// Add observer on settings changes.
|
||||
[[MXKAppSettings standardAppSettings] addObserver:self forKeyPath:@"showAllEventsInRoomHistory" options:0 context:nil];
|
||||
|
||||
// Override the default notification content. This must happen before the account manager prepares the session.
|
||||
MXKAppSettings.standardAppSettings.notificationBodyLocalizationKey = @"NOTIFICATION";
|
||||
|
||||
// Prepare account manager
|
||||
MXKAccountManager *accountManager = [MXKAccountManager sharedManager];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user