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/Files
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-12-06 18:17:30 +0300
committerJoas Schilling <coding@schilljs.com>2018-12-06 20:05:46 +0300
commita215f726ac8bb8e8566a4eb89f36b1eb3095b17b (patch)
tree9d57b0602cb0f62590d5c1d034ea793e7974417f /lib/Files
parent95b8f2a0dea874de3b6a79ef7220b1492d694099 (diff)
Explicitly join the room when opening a file sidebar chat
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Files')
-rw-r--r--lib/Files/Listener.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Files/Listener.php b/lib/Files/Listener.php
index 965c662d1..29d59db7e 100644
--- a/lib/Files/Listener.php
+++ b/lib/Files/Listener.php
@@ -35,8 +35,9 @@ use Symfony\Component\EventDispatcher\GenericEvent;
* specific shared file, for example, when collaboratively editing it. The room
* is persistent and can be accessed simultaneously by any user with direct
* access (user, group, circle and room share, but not link share, for example)
- * to that file. The room has no owner, and there are no persistent participants
- * (it is a public room that users join and leave on each session).
+ * to that file. The room has no owner, although self joined users become
+ * persistent participants automatically when they join until they explicitly
+ * leave.
*
* These rooms are associated to a "file" object, and their custom behaviour is
* provided by calling the methods of this class as a response to different room