about summary refs log tree commit diff
path: root/docs/Using-the-API/Push-notifications.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-14 15:59:21 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-03-14 15:59:21 +0100
commit02349b32696d6559ed64dbe4f401892d5fa5ddf7 (patch)
treec521c1b6aeab67ace70ca1994f3eb412c7136f0d /docs/Using-the-API/Push-notifications.md
parent952bce302373c6903458c2a11236ae145e0bea71 (diff)
Obfuscate filenames better, double rate limits
Diffstat (limited to 'docs/Using-the-API/Push-notifications.md')
-rw-r--r--docs/Using-the-API/Push-notifications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/Push-notifications.md b/docs/Using-the-API/Push-notifications.md
index d98c8833a..fc373e723 100644
--- a/docs/Using-the-API/Push-notifications.md
+++ b/docs/Using-the-API/Push-notifications.md
@@ -1,4 +1,4 @@
 Push notifications
 ==================
 
-**Note: This push notification design turned out to not be fully operational on the side of Firebase. A different approach is in consideration**
+See <https://github.com/Gargron/tusky-api> 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.