diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-10 21:35:55 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-12 18:15:10 +0100 |
commit | 0f90fd58052aa372aaad63d769cd724046c9f61f (patch) | |
tree | 9ead892e5f740df707e9f6172845de74e4792c35 /docs/development | |
parent | 4f249b23977d7426c6249875b538c7a6c1b239ff (diff) | |
download | pleroma-0f90fd58052aa372aaad63d769cd724046c9f61f.tar.gz |
WIP account endorsements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 518aca114..0e6bcb79b 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -377,12 +377,6 @@ Pleroma is generally compatible with the Mastodon 2.7.2 API, but some newer feat - `GET /api/v1/identity_proofs`: Returns an empty array, `[]` -### Endorsements - -*Added in Mastodon 2.5.0* - -- `GET /api/v1/endorsements`: Returns an empty array, `[]` - ### Featured tags *Added in Mastodon 3.0.0* |