diff options
author | lain <lain@soykaf.club> | 2020-11-17 15:01:38 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-17 15:01:38 +0100 |
commit | fec1ed802ef44a700df27aa132146f79e9e4cd6d (patch) | |
tree | 6bbb39b647305521209bebbd7bdea3e4be012d1c /docs/API/chats.md | |
parent | 81293e5aadd5f1dfe7f90f6a71f625ef86cf3359 (diff) | |
parent | 9b9afe6b3fde77ef005629fe2d198160c8f465a1 (diff) | |
download | pleroma-fec1ed802ef44a700df27aa132146f79e9e4cd6d.tar.gz pleroma-fec1ed802ef44a700df27aa132146f79e9e4cd6d.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/local-only-scope
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 |