diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-02-19 16:58:28 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-02-19 16:58:28 +0000 |
commit | 2d21ea1a0e1be2e737dc4d283e72207580856214 (patch) | |
tree | f377cf25c36de97d664f13cebacb6ff2e0d43b91 /docs/Differences-in-MastodonAPI-Responses.md | |
parent | 10a11f083ca543022c61e24b1ec0cc83811d6d06 (diff) | |
parent | 1dd718e83c76db218f12a98344b568fe10ecbefe (diff) | |
download | pleroma-2d21ea1a0e1be2e737dc4d283e72207580856214.tar.gz pleroma-2d21ea1a0e1be2e737dc4d283e72207580856214.zip |
Merge branch 'develop' into fix/twittercards
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. |