diff options
author | lain <lain@soykaf.club> | 2020-04-06 12:51:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-06 12:51:35 +0000 |
commit | 1d4ab06505ec5143dbb1d78d718fa9efd1497751 (patch) | |
tree | 6f8f2758192fb9b9dfba7a34a13ca63185f93bd3 /docs/API | |
parent | 96ee0aadbf7f69d86b5f9feb679bcf234f23ca3d (diff) | |
parent | 7af0959a07ebd5f8242704658ccb770d86fdb4c6 (diff) | |
download | pleroma-1d4ab06505ec5143dbb1d78d718fa9efd1497751.tar.gz |
Merge branch 'featureflag/emoji_reactions' into 'develop'
Add emoji reactions to features in nodeinfo
See merge request pleroma/pleroma!2313
Diffstat (limited to 'docs/API')
-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 |