summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-04 12:54:09 -0300
committerVitor Mattos <vitor@php.rio>2023-05-05 05:18:58 -0300
commitd91ce3252490d6a622ec3169d89bd178a18ab2f2 (patch)
tree95bec2b0254912648f187f928510af9592a17f36 /tests
parent6070acad9a101fda7682db970352f1d706559a51 (diff)
Add user setting for toggle typing privacy
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/CapabilitiesTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 1966e5f4d..1f0a4ef39 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -202,6 +202,7 @@ class CapabilitiesTest extends TestCase {
'max-length' => 32000,
'read-privacy' => 0,
'translations' => [],
+ 'typing-privacy' => 0,
],
'conversations' => [
'can-create' => false,
@@ -325,6 +326,7 @@ class CapabilitiesTest extends TestCase {
'max-length' => 32000,
'read-privacy' => $readPrivacy,
'translations' => [],
+ 'typing-privacy' => 0,
],
'conversations' => [
'can-create' => $canCreate,