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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-08 17:07:40 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-28 11:28:06 +0300
commitd4b7300828927111142f2552fcc9b46809758b10 (patch)
tree146b72bce857379d5446fc64f796f13583ef4f79 /lib/Controller
parent3eec1b09dc56c015f3f07a63b4ab7d48ea6e2180 (diff)
Remove outdated comment
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/SignalingController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Controller/SignalingController.php b/lib/Controller/SignalingController.php
index 8a1541589..60b3f4437 100644
--- a/lib/Controller/SignalingController.php
+++ b/lib/Controller/SignalingController.php
@@ -417,8 +417,6 @@ class SignalingController extends OCSController {
}
if ($action === 'join') {
- // Rooms get sorted by last ping time for users, so make sure to
- // update when a user joins a room.
$room->ping($userId, $sessionId, $this->timeFactory->getTime());
} else if ($action === 'leave') {
if (!empty($userId)) {