Docs: Document WebPush changes.
authorlain <lain@soykaf.club>
Thu, 4 Jun 2020 12:49:36 +0000 (14:49 +0200)
committerlain <lain@soykaf.club>
Thu, 4 Jun 2020 12:49:36 +0000 (14:49 +0200)
docs/API/chats.md

index c0ef75664a62faae7f395cb4f997e1bc9e78d9b6..abeee698f03043b8647ff5319120c6b2b200d108 100644 (file)
@@ -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.