summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-05 12:44:16 +0000
committerlain <lain@soykaf.club>2020-11-05 12:44:16 +0000
commit294628d9815d6e7390427c08ff0f8f5b073dc10f (patch)
treeb76367e664b619c23e9f6650054d0333eb655173 /docs
parent4e7418d963139e0fdb6d00c1fc6785c6a1563364 (diff)
parent9b2ed1427725cd8c5e8d81e39cc5bbc73a2140bc (diff)
downloadpleroma-294628d9815d6e7390427c08ff0f8f5b073dc10f.tar.gz
pleroma-294628d9815d6e7390427c08ff0f8f5b073dc10f.zip
Merge branch 'feature/expire-mutes' into 'develop'
Expiring mutes for users and activities Closes #1817 See merge request pleroma/pleroma!2971
Diffstat (limited to 'docs')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index bb1000b0b..3075b6b86 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -255,6 +255,10 @@ There is an additional `user:pleroma_chat` stream. Incoming chat messages will m
For viewing remote server timelines, there are `public:remote` and `public:remote:media` streams. Each of these accept a parameter like `?instance=lain.com`.
+## User muting and thread muting
+
+Both user muting and thread muting can be done for only a certain time by adding an `expires_in` parameter to the API calls and giving the expiration time in seconds.
+
## Not implemented
Pleroma is generally compatible with the Mastodon 2.7.2 API, but some newer features and non-essential features are omitted. These features usually return an HTTP 200 status code, but with an empty response. While they may be added in the future, they are considered low priority.