Push Notifications: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    28 October 2023

    • curprev 22:0922:09, 28 October 2023Jonny talk contribs 2,856 bytes +2,856 Created page with "How masto handles notifications! == Description == <markdown> * An account (usually through an app) will create a push notification subscription using the `/api/v1/push/subscription` endpoint * When an activitypub event triggers a notification like a like, mention, etc., it will use a `LocalNotificationWorker` to [call](https://github.com/NeuromatchAcademy/mastodon/blob/cf9b7e9c62ca94a1f766d76480d4f40a285094a6/app/workers/local_notification_worker.rb#L24) `NotifyServic..."