summaryrefslogtreecommitdiff
path: root/docs/Differences-in-MastodonAPI-Responses.md
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2019-03-11 13:26:12 +0000
committerlambda <pleromagit@rogerbraun.net>2019-03-11 13:26:12 +0000
commit2c8deecdd2f75c6cdf1089e4266bedb8be55539c (patch)
treee45dac3ef09fccdd705dffde41156bc420eac772 /docs/Differences-in-MastodonAPI-Responses.md
parentd9ae2d00a157fad25bf29638550e487ff1800af3 (diff)
parent66774b5567c10005b2be810433d7f3d401e12520 (diff)
downloadpleroma-2c8deecdd2f75c6cdf1089e4266bedb8be55539c.tar.gz
pleroma-2c8deecdd2f75c6cdf1089e4266bedb8be55539c.zip
Merge branch 'add-local-field-to-status' into 'develop'
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r--docs/Differences-in-MastodonAPI-Responses.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md
index 3026e1173..667664f4e 100644
--- a/docs/Differences-in-MastodonAPI-Responses.md
+++ b/docs/Differences-in-MastodonAPI-Responses.md
@@ -13,3 +13,9 @@ Some apps operate under the assumption that no more than 4 attachments can be re
## Timelines
Adding the parameter `with_muted=true` to the timeline queries will also return activities by muted (not by blocked!) users.
+
+## Statuses
+
+Has these additional fields under the `pleroma` object:
+
+- `local`: true if the post was made on the local instance.