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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-11-11 10:44:05 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-08 14:58:48 +0300
commitb64f891f964f3b59f50f71af6c9c1a27ef5976ac (patch)
tree79f195ebf3b39528ed18545ab1f042de0f857465 /lib/Manager.php
parent9f806c53b6d860ace5c575ebe48bcd6d1ca34269 (diff)
Add description field to conversations
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'lib/Manager.php')
-rw-r--r--lib/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Manager.php b/lib/Manager.php
index 84f6faad0..f5ea5ccd6 100644
--- a/lib/Manager.php
+++ b/lib/Manager.php
@@ -172,6 +172,7 @@ class Manager {
$assignedSignalingServer,
(string) $row['token'],
(string) $row['name'],
+ (string) $row['description'],
(string) $row['password'],
(int) $row['active_guests'],
$activeSince,