Merge branch 'feature/mastoapi-accounts-external' into 'develop'
[akkoma] / docs / api / differences_in_mastoapi_responses.md
index f34e3dd72bfcc5b5f9b65884296a73de93d24739..02f90f3e89dd294e30a8adeb91af6f64fe05bb13 100644 (file)
@@ -26,6 +26,7 @@ Has these additional fields under the `pleroma` object:
 - `content`: a map consisting of alternate representations of the `content` property with the key being it's mimetype. Currently the only alternate representation supported is `text/plain`
 - `spoiler_text`: a map consisting of alternate representations of the `spoiler_text` property with the key being it's mimetype. Currently the only alternate representation supported is `text/plain`
 - `expires_at`: a datetime (iso8601) that states when the post will expire (be deleted automatically), or empty if the post won't expire
+- `thread_muted`: true if the thread the post belongs to is muted
 
 ## Attachments