diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-31 18:30:19 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-31 18:30:19 +0300 |
commit | 7af0959a07ebd5f8242704658ccb770d86fdb4c6 (patch) | |
tree | c4b13090883ad16cbd3173a412e524b6955fb636 | |
parent | df5f89c0d6d8d385434d5d8a51719fa41631d7b2 (diff) | |
download | pleroma-7af0959a07ebd5f8242704658ccb770d86fdb4c6.tar.gz |
updating docs
-rw-r--r-- | docs/API/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 12e63ef9f..90c43c356 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -431,7 +431,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa # Emoji Reactions -Emoji reactions work a lot like favourites do. They make it possible to react to a post with a single emoji character. +Emoji reactions work a lot like favourites do. They make it possible to react to a post with a single emoji character. To detect the presence of this feature, you can check `pleroma_emoji_reactions` entry in the features list of nodeinfo. ## `PUT /api/v1/pleroma/statuses/:id/reactions/:emoji` ### React to a post with a unicode emoji |