diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-11 19:53:40 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-11-11 19:53:40 +0400 |
commit | 08cbd655d14c74ced77e7af2c0acecf554e0ed91 (patch) | |
tree | 4ffb3f3fa62e046e299df0378a56fb52a5b042cb /docs/API/chats.md | |
parent | e46c95b826c3fb98efa15cf6fd5d6cf2fb9797af (diff) | |
parent | 3cd7ea693fa820c04257b893725100eccf1cc96c (diff) | |
download | pleroma-08cbd655d14c74ced77e7af2c0acecf554e0ed91.tar.gz |
Merge branch 'develop' into frontend-admin-api
Diffstat (limited to 'docs/API/chats.md')
-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 |