Add boot detection in the NSE and use this to inform the user that there may be more notifications. (#5054)

* Add an initial implementation of the receivedWhileOfflineNotification.

* Only deliver a single receivedWhileOffline notification per boot and clarify the API.

* Add a 15-minute threshold for the receiveWhileOfflineNotification.
This commit is contained in:
Doug
2026-02-06 15:18:09 +00:00
committed by GitHub
parent 77496934ce
commit 9b6324b295
11 changed files with 157 additions and 21 deletions

View File

@@ -454,6 +454,7 @@
"notification_mentioned_you_body" = "Mentioned you: %1$@";
"notification_new_messages" = "New Messages";
"notification_reaction_body" = "Reacted with %1$@";
"notification_received_while_offline_ios" = "You received one or more notifications while offline.";
"notification_room_invite_body" = "Invited you to join the room";
"notification_room_invite_body_with_sender" = "%1$@ invited you to join the room";
"notification_sender_me" = "Me";