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/lib
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2021-09-29 14:38:18 +0300
committerVitor Mattos <vitor@php.rio>2021-09-29 15:36:04 +0300
commita0082eda6490739760652517ab2136b23da8c243 (patch)
tree6019166ea828f6f2673bb06bdd377dbd2e88e0ac /lib
parente89466930fff3c543a9b7630750ab8e99a5b5432 (diff)
Tests
Signed-off-by: Vitor Mattos <vitor@php.rio> Update tests/php/Chat/ChatManagerTest.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/ChatManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Chat/ChatManager.php b/lib/Chat/ChatManager.php
index 36e8cd4d0..4cbb60eb0 100644
--- a/lib/Chat/ChatManager.php
+++ b/lib/Chat/ChatManager.php
@@ -546,7 +546,7 @@ class ChatManager {
array_unshift($results, [
'id' => 'all',
'label' => $roomDisplayName,
- 'source' => 'calls',
+ 'source' => 'calls'
]);
}
return $results;