-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.0
-
-
MOODLE_405_STABLE
-
Moodle Apps Sprint 2025-I1.4
Right now, when the user clicks a push notification that isn't handled by the app, the app opens a page to view the notification (inside the notifications tab) and displays the information included in the push, nothing else.
If this push notification includes a savedmessageid, we can use it to try to obtain the notification data using the getNotificationById function of the page (waiting until the list is loaded) so we can display the complete notification data.
This is because the notification from the WS sometimes includes more information than the push.