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>2018-07-26 16:09:04 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-10-04 02:13:28 +0300
commit016dfd9d726e3435de0747c8966bcf671fcb60e3 (patch)
tree32904e8f560ed9fc6dea97713dcda8a309aaed32 /templates
parent881fdd7cc9b9e0e58ca7cf4d690075ffd681fdac (diff)
Display the participant panel for guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 573809bd0..562200b03 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -22,9 +22,13 @@ script(
'models/localstoragemodel',
'models/room',
'models/roomcollection',
+ 'models/participant',
+ 'models/participantcollection',
'views/callinfoview',
'views/chatview',
'views/editabletextlabel',
+ 'views/participantlistview',
+ 'views/participantview',
'views/roomlistview',
'views/sidebarview',
'views/tabview',