summaryrefslogtreecommitdiffstats
path: root/lib/Manager.php
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-11-21 01:15:40 -0300
committerJoas Schilling <coding@schilljs.com>2022-12-07 15:01:51 +0100
commitdc10d3b7c3019ef340d34eef35e7705a4a84ba0b (patch)
tree9e496667f29fd895f0a15583f56ef9fa49a7f0f3 /lib/Manager.php
parent3a34b14822f87ae6aa8ef9dc15712365d0d8f94d (diff)
Work with avatar identier stored in room table
Signed-off-by: Vitor Mattos <vitor@php.rio>
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 27f745cba..e038b4485 100644
--- a/lib/Manager.php
+++ b/lib/Manager.php
@@ -172,6 +172,7 @@ class Manager {
(string) $row['name'],
(string) $row['description'],
(string) $row['password'],
+ (string) $row['avatar'],
(string) $row['remote_server'],
(string) $row['remote_token'],
(int) $row['active_guests'],