aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-04 14:49:36 +0200
committerlain <lain@soykaf.club>2020-06-04 14:49:36 +0200
commit6e103a18af6cfd7f454a911e2f0e1ae35cd45aa4 (patch)
tree4595e4c8df42a402ed38c62379ba65d88754e9e1
parentb952f3f37907c735e3426ba43d01027f6f49c5b5 (diff)
downloadpleroma-6e103a18af6cfd7f454a911e2f0e1ae35cd45aa4.tar.gz
Docs: Document WebPush changes.
-rw-r--r--docs/API/chats.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/chats.md b/docs/API/chats.md
index c0ef75664..abeee698f 100644
--- a/docs/API/chats.md
+++ b/docs/API/chats.md
@@ -237,3 +237,7 @@ There's a new `pleroma:chat_mention` notification, which has this form. It is no
### Streaming
There is an additional `user:pleroma_chat` stream. Incoming chat messages will make the current chat be sent to this `user` stream. The `event` of an incoming chat message is `pleroma:chat_update`. The payload is the updated chat with the incoming chat message in the `last_message` field.
+
+### Web Push
+
+If you want to receive push messages for this type, you'll need to add the `pleroma:chat_mention` type to your alerts in the push subscription.