summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-01-19 13:09:23 +0100
committerJoas Schilling <coding@schilljs.com>2024-01-19 13:16:21 +0100
commit54b5928a842a33d19e5e60118c9e7ff31992eb1d (patch)
tree766bc3aa4b39b1ca01786c566cb83f3b194c56a7 /docs
parent3fc00f1471c09b6c8b1f8718369e3695ea673635 (diff)
feat(chat): Add capability for editing messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index c5a10c093..fd45c3d7e 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -138,3 +138,7 @@
* `config => call => sip-enabled` - Whether SIP is configured on the server allowing for SIP dial-in
* `config => call => sip-dialout-enabled` - Whether SIP dial-out is configured on the server, additionally requires `config => call => sip-enabled`
* `config => call => can-enable-sip` - Whether the current user is a member of the groups that are allowed to enable SIP dial-in on a conversation or use SIP dial-out
+
+## 19
+* `delete-messages-unlimited` - Whether messages can be deleted at any time (used to be restricted to 6 hours after posting)
+* `edit-messages` - Whether messages can be edited (restricted to 24 hours after posting)