Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-14 19:34:27 +0300
committerJoas Schilling <coding@schilljs.com>2021-12-15 16:19:22 +0300
commitab0c61a14358a25d94bacfc0a3fbbb477f4fb85e (patch)
treea41f16d939244e13218a08b21a537ab2b64787b5 /tests
parent802d1d2f3e4af3e1a590fca7b6dc24c4115f30a4 (diff)
Make it explicit when the participant list changed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Signaling/BackendNotifierTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/php/Signaling/BackendNotifierTest.php b/tests/php/Signaling/BackendNotifierTest.php
index 062adaace..c90b00dbc 100644
--- a/tests/php/Signaling/BackendNotifierTest.php
+++ b/tests/php/Signaling/BackendNotifierTest.php
@@ -309,6 +309,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);
@@ -362,6 +363,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);
@@ -390,6 +392,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);