diff options
author | lain <lain@soykaf.club> | 2020-11-04 13:48:15 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 13:48:15 +0000 |
commit | bc4d9c4ffc9ccd826220893a97ce695e4bb66f9d (patch) | |
tree | d3218f11c1d85b9dc32e8eae9054f2a7551ae6bb /docs/API | |
parent | ba3f3a5a56d4a5ac05443fd30b5864778ad1131e (diff) | |
parent | ca95cbe0b48b6c64e6e33addf79e4d212d5f9872 (diff) | |
download | pleroma-bc4d9c4ffc9ccd826220893a97ce695e4bb66f9d.tar.gz |
Merge branch 'hide-muted-chats' into 'develop'
Hide chats from muted users
Closes #2230
See merge request pleroma/pleroma!3116
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 |