summaryrefslogtreecommitdiffstats
path: root/docs/capabilities.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-19 15:52:19 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-19 15:52:19 +0200
commit2942b62abb6ee40a853ce2ebe1d78a6887d58173 (patch)
treec1ca05b97169659369dccc19c4a2c82e8a7dba31 /docs/capabilities.md
parenta3b4290bef63b3f5874805ff0ed61d44591779d2 (diff)
feat(call-reactions): Document the list of supported emojis as capability so it's the same on all clients
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/capabilities.md')
-rw-r--r--docs/capabilities.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index ef269c1c2..4dbf2c036 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -118,3 +118,5 @@
* `config => chat => translations` - List of translations tuples, JSON encoded sample `{"from":"de","fromLabel":"German","to":"en","toLabel":"English"}`. Those tuples should be provided as options when translating chat messages.
* `config => call => predefined-backgrounds` - List of predefined virtual backgrounds. The files are in Talks img/ folder, accessible via the normal image path methods. The list is cached for 5 minutes.
* `config => call => can-upload-background` - Boolean flag whether the user can upload a custom virtual background (requires an account and non-zero quota). Uploads should be done to Talk/Backgrounds/ (respecting the user's attachment directory setting).
+* `config => call => supported-reactions` - A list of emojis supported as call reactions. If the list is absent or empty, clients should not show the emoji reaction option in calls.
+*