mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Apply the app group name in app extension
(merge https://github.com/vector-im/riot-ios/pull/1440)
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
|
||||
- (void)prepareSession
|
||||
{
|
||||
// Apply the application group
|
||||
[MXKAppSettings standardAppSettings].applicationGroup = @"group.im.vector";
|
||||
|
||||
// Prepare account manager
|
||||
MXKAccountManager *accountManager = [MXKAccountManager sharedManager];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user