Docs: Add info about expiring mutes.
authorlain <lain@soykaf.club>
Thu, 5 Nov 2020 12:23:58 +0000 (13:23 +0100)
committerlain <lain@soykaf.club>
Thu, 5 Nov 2020 12:23:58 +0000 (13:23 +0100)
docs/API/differences_in_mastoapi_responses.md

index bb1000b0bd893bde927d98c1fc1d3ae76375c941..3075b6b866adb433d551d6cbc9e98901b576e2fc 100644 (file)
@@ -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`.
 
 
 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.
 ## 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.