diff options
author | rinpatch <rinpatch@sdf.org> | 2020-12-03 18:29:42 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-12-03 18:29:42 +0000 |
commit | 1d04bd08944f281644d9f6a002ed4cea825a95d8 (patch) | |
tree | 32d3f1a6c6741d0a06ccac3e5235d64a5fb73f2a /docs | |
parent | 05879a3b3ef656fd167e40e0a62c7a3c9f41facd (diff) | |
parent | 9feb678ec8fc0a1a50d65c9662e0da6c5a4e368d (diff) | |
download | pleroma-1d04bd08944f281644d9f6a002ed4cea825a95d8.tar.gz |
Merge branch 'supported-emojos' into 'develop'
Update Emoji support to unicode 13.1, support all RGI emoji.
See merge request pleroma/pleroma!3186
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/pleroma_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 7a0a80dad..d8790ca32 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -579,14 +579,14 @@ Emoji reactions work a lot like favourites do. They make it possible to react to ### React to a post with a unicode emoji * Method: `PUT` * Authentication: required -* Params: `emoji`: A single character unicode emoji +* Params: `emoji`: A unicode RGI emoji or a regional indicator * Response: JSON, the status. ## `DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji` ### Remove a reaction to a post with a unicode emoji * Method: `DELETE` * Authentication: required -* Params: `emoji`: A single character unicode emoji +* Params: `emoji`: A unicode RGI emoji or a regional indicator * Response: JSON, the status. ## `GET /api/v1/pleroma/statuses/:id/reactions` |