aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-06-12 16:52:52 -0500
committerMark Felder <feld@FreeBSD.org>2020-06-12 16:52:52 -0500
commit26f710b9e36d286ee34dd679fdaf99e39d8c0bf2 (patch)
tree168a4f0522a19d424aaaefa0c85e63139c8fead2 /docs/API/differences_in_mastoapi_responses.md
parenta42d135cce3e6326cd8a16f08f4ab83633386c2e (diff)
parente2793744c5dced3ced98acb21a2ef2b13ab65ac9 (diff)
downloadpleroma-26f710b9e36d286ee34dd679fdaf99e39d8c0bf2.tar.gz
Merge branch 'develop' into preload-data
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.