diff options
author | lambda <pleromagit@rogerbraun.net> | 2019-02-17 17:39:45 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2019-02-17 17:39:45 +0000 |
commit | a2f4fc49fe6d12fb9fc442b63f2ddd63e3e44782 (patch) | |
tree | 6020b41080baf529496a5faf36e1523279a76511 /docs/Differences-in-MastodonAPI-Responses.md | |
parent | 25ab90edeaae53b6ce084d1ba9a02df5505b5041 (diff) | |
parent | 79e503b3f5ea87c53d4c616ca9ddfa049877705c (diff) | |
download | pleroma-a2f4fc49fe6d12fb9fc442b63f2ddd63e3e44782.tar.gz |
Merge branch 'develop' into 'docs/add-clients-to-ex_doc'
# Conflicts:
# mix.exs
Diffstat (limited to 'docs/Differences-in-MastodonAPI-Responses.md')
-rw-r--r-- | docs/Differences-in-MastodonAPI-Responses.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Differences-in-MastodonAPI-Responses.md b/docs/Differences-in-MastodonAPI-Responses.md new file mode 100644 index 000000000..f6a5b6461 --- /dev/null +++ b/docs/Differences-in-MastodonAPI-Responses.md @@ -0,0 +1,11 @@ +# Differences in Mastodon API responses from vanilla Mastodon + +A Pleroma instance can be identified by "<Mastodon version> (compatible; Pleroma <version>)" present in `version` field in response from `/api/v1/instance` + +## Flake IDs + +Pleroma uses 128-bit ids as opposed to Mastodon's 64 bits. However just like Mastodon's ids they are sortable strings + +## Attachment cap + +Some apps operate under the assumption that no more than 4 attachments can be returned or uploaded. Pleroma however does not enforce any limits on attachment count neither when returning the status object nor when posting. |