mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Check enabled field in notification settings push toggles
- Update after review
This commit is contained in:
@@ -677,6 +677,11 @@ static NSArray<NSNumber*> *initialSyncSilentErrorsHTTPStatusCodes;
|
||||
{
|
||||
if (!self.mxSession.myDeviceId)
|
||||
{
|
||||
MXLogWarning(@"[MXKAccount] loadPusher: device ID not found");
|
||||
if (failure)
|
||||
{
|
||||
failure([NSError errorWithDomain:kMXKAccountErrorDomain code:0 userInfo:nil]);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user