From b664972724a04890696136b633e98448bf83dd71 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 13 Dec 2017 14:31:35 +0100 Subject: [PATCH] Update Push-notifications.md --- Using-the-API/Push-notifications.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-the-API/Push-notifications.md b/Using-the-API/Push-notifications.md index fc373e72..c10496c0 100644 --- a/Using-the-API/Push-notifications.md +++ b/Using-the-API/Push-notifications.md @@ -1,4 +1,6 @@ Push notifications ================== -See for an example of how to create push notifications for a mobile app. It involves using the Mastodon streaming API on behalf of the app's users, as a sort of proxy. +Mastodon natively supports the [Web Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API). You can utilize the same mechanisms for your native app. See also: [Mozilla's web push server](https://github.com/mozilla-services/autopush). + +The other option involves using the Mastodon streaming API on behalf of the app's users, as a sort of proxy. See for an example.