summaryrefslogtreecommitdiff
path: root/docs/Differences-in-MastodonAPI-Responses.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-03-14 22:33:20 +0300
committerrinpatch <rinpatch@sdf.org>2019-03-14 22:33:20 +0300
commitcbdd11c38111fd7c195983f40265b675e1201d4e (patch)
tree44c63ed6430a743cfe589fed5213467a0dd6dabb /docs/Differences-in-MastodonAPI-Responses.md
parent355f285a8693934fbc8205c2c9ecde0a758fc158 (diff)
parent34fc0dca2e879bcbb73acc80fdc72678411d0ebf (diff)
downloadpleroma-cbdd11c38111fd7c195983f40265b675e1201d4e.tar.gz
pleroma-cbdd11c38111fd7c195983f40265b675e1201d4e.zip
Merge develop to bump elixir version in the CI so I don't get failing formatting
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r--docs/Differences-in-MastodonAPI-Responses.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md
index 3026e1173..7b11fe90f 100644
--- a/docs/Differences-in-MastodonAPI-Responses.md
+++ b/docs/Differences-in-MastodonAPI-Responses.md
@@ -13,3 +13,13 @@ 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.
+
+## Accounts
+
+- `/api/v1/accounts/:id`: The `id` parameter can also be the `nickname` of the user. This only works in this endpoint, not the deeper nested ones for following etc.