summaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-06-11 10:25:00 -0500
committerMark Felder <feld@FreeBSD.org>2020-06-11 10:25:00 -0500
commit8a59fde0e57afebfc07c147d070e66bf9c8db6a9 (patch)
tree7a2f194d5f0afabaed1f1cc5adda7c2078336979 /docs/API/differences_in_mastoapi_responses.md
parent99afc7f4e423997079aaee1287b9ffb28a851d8b (diff)
parent5d6ec6e5fc9b00d367568dd111816b90cddad02b (diff)
downloadpleroma-8a59fde0e57afebfc07c147d070e66bf9c8db6a9.tar.gz
pleroma-8a59fde0e57afebfc07c147d070e66bf9c8db6a9.zip
Merge branch 'develop' into fix/csp-mediaproxy-base-url
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 434ade9a4..be3c802af 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -230,3 +230,7 @@ Has theses additional parameters (which are the same as in Pleroma-API):
Has these additional fields under the `pleroma` object:
- `unread_count`: contains number unread notifications
+
+## 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.