diff options
author | lain <lain@soykaf.club> | 2020-06-02 14:05:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-02 14:05:53 +0200 |
commit | 127ccc4e1c76c2782b26a0cfbb154bc1317f31b3 (patch) | |
tree | 8c7367ad3a8c345d03b499f38a4883cc53f569e1 /docs/API | |
parent | 805ab86933d90d4284c83e4a8ebfd6bf4b0395b3 (diff) | |
download | pleroma-127ccc4e1c76c2782b26a0cfbb154bc1317f31b3.tar.gz |
NotificationController: Don't return chat_mentions by default.
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/chats.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/chats.md b/docs/API/chats.md index 2eca5adf6..d1d39f495 100644 --- a/docs/API/chats.md +++ b/docs/API/chats.md @@ -204,7 +204,7 @@ Returned data is the deleted message. ### Notifications -There's a new `pleroma:chat_mention` notification, which has this form: +There's a new `pleroma:chat_mention` notification, which has this form. It is not given out in the notifications endpoint by default, you need to explicitly request it with `include_types[]=pleroma:chat_mention`: ```json { |