diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-04 16:40:12 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-04 16:40:12 +0400 |
commit | ca95cbe0b48b6c64e6e33addf79e4d212d5f9872 (patch) | |
tree | 127eaeb4eef346c69ff38454ec9416568c336ae1 /docs/API | |
parent | be52819a112abb66032a56d613eed0233995eef4 (diff) | |
download | pleroma-ca95cbe0b48b6c64e6e33addf79e4d212d5f9872.tar.gz |
Add `with_muted` param to ChatController.index/2
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/chats.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/chats.md b/docs/API/chats.md index 9857aac67..f50144c86 100644 --- a/docs/API/chats.md +++ b/docs/API/chats.md @@ -116,6 +116,10 @@ The modified chat message This will return a list of chats that you have been involved in, sorted by their last update (so new chats will be at the top). +Parameters: + +- with_muted: Include chats from muted users (boolean). + Returned data: ```json |