summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-29 17:11:41 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-17 10:13:40 +0200
commitc15f9d831872e6be4a8214d7bac1c0725eacd119 (patch)
treefc32c70fa3c15d618d076f45a3b892b789ed93af /tests
parent43a4e291e278eb3580a54f0d611ee827e0163c23 (diff)
Allow to "Send call notifications"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/CapabilitiesTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 60cb07ab2..bac9fbfc3 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -108,6 +108,7 @@ class CapabilitiesTest extends TestCase {
'rich-object-delete',
'chat-permission',
'silent-send',
+ 'send-call-notification',
'reactions',
];
}