Add notification centre to in-app notification delivery options.

This commit is contained in:
Doug
2022-08-01 14:48:27 +01:00
committed by Doug
parent d0c95fd093
commit c643b2aefb
2 changed files with 3 additions and 1 deletions

View File

@@ -347,7 +347,8 @@ Matrix session observer used to detect new opened sessions.
{
completionHandler(UNNotificationPresentationOptionBadge
| UNNotificationPresentationOptionSound
| UNNotificationPresentationOptionBanner);
| UNNotificationPresentationOptionBanner
| UNNotificationPresentationOptionList);
}
}
else

1
changelog.d/6503.change Normal file
View File

@@ -0,0 +1 @@
In-app notifications will now also be delivered to Notification Centre.