diff options
author | kaniini <nenolod@gmail.com> | 2019-02-28 10:22:19 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-28 10:22:19 +0000 |
commit | cf426a719dfe26a11b0bf0a22a08fd45ca5b9dc2 (patch) | |
tree | 8a763742b6a7cef37fdcc7dfc3f12a17490b2dc8 /docs/Differences-in-MastodonAPI-Responses.md | |
parent | 90a24fbf950f9da80ff30259a9d54317a9d2662e (diff) | |
parent | bbbdbec4fd8f14aa039d7f4a42215544cd6e4932 (diff) | |
download | pleroma-cf426a719dfe26a11b0bf0a22a08fd45ca5b9dc2.tar.gz |
Merge branch 'with-mutes' into 'develop'
Add `with_muted` param.
Closes #683
See merge request pleroma/pleroma!872
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r-- | docs/Differences-in-MastodonAPI-Responses.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md index f6a5b6461..3026e1173 100644 --- a/docs/Differences-in-MastodonAPI-Responses.md +++ b/docs/Differences-in-MastodonAPI-Responses.md @@ -9,3 +9,7 @@ Pleroma uses 128-bit ids as opposed to Mastodon's 64 bits. However just like Mas ## Attachment cap Some apps operate under the assumption that no more than 4 attachments can be returned or uploaded. Pleroma however does not enforce any limits on attachment count neither when returning the status object nor when posting. + +## Timelines + +Adding the parameter `with_muted=true` to the timeline queries will also return activities by muted (not by blocked!) users. |