mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add presence offline mode setting
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
@protected BOOL _isSoftLogout;
|
||||
@protected BOOL _hasPusherForPushNotifications;
|
||||
@protected BOOL _hasPusherForPushKitNotifications;
|
||||
@protected MXPresence _preferredSyncPresence;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -89,6 +90,12 @@
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL hasPusherForPushKitNotifications;
|
||||
|
||||
/**
|
||||
The account's preferred Presence status to share while the application is in foreground.
|
||||
Defaults to MXPresenceOnline.
|
||||
*/
|
||||
@property (nonatomic) MXPresence preferredSyncPresence;
|
||||
|
||||
|
||||
/**
|
||||
Enable In-App notifications based on Remote notifications rules.
|
||||
|
||||
Reference in New Issue
Block a user