diff options
author | lain <lain@soykaf.club> | 2019-03-11 13:48:27 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-03-11 13:48:27 +0100 |
commit | 4811eefa6e4cbdaa92fc2e003037506539e493b1 (patch) | |
tree | 4b01e3d59ef9878a92b069d327f5b9c049b8f422 /docs/Differences-in-MastodonAPI-Responses.md | |
parent | 8e6b8506105a304bca9159bfcd5cc7cb9516e387 (diff) | |
download | pleroma-4811eefa6e4cbdaa92fc2e003037506539e493b1.tar.gz |
MastoAPI StatusView: Add locality indicator.
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r-- | docs/Differences-in-MastodonAPI-Responses.md | 6 |
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..bb3cf33c8 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. |