|
@@ -82,9 +82,9 @@ class tpl_group_home
|
|
|
if($this->is_room_member) {
|
|
|
$this->show_leave_room();
|
|
|
}
|
|
|
- if($this->is_room_member) {
|
|
|
- $this->show_qrcode();
|
|
|
- }
|
|
|
+
|
|
|
+ $this->show_qrcode();
|
|
|
+
|
|
|
if($this->is_room_member && !session_helper::isapp()) {
|
|
|
$this->show_download();
|
|
|
}
|
|
@@ -97,6 +97,7 @@ class tpl_group_home
|
|
|
$this->show_header();
|
|
|
$this->show_inviter();
|
|
|
$this->enter_room();
|
|
|
+ $this->show_qrcode();
|
|
|
echo "</div>";
|
|
|
}
|
|
|
|
|
@@ -241,7 +242,7 @@ class tpl_group_home
|
|
|
return ($this->relay_id > 0 && isset($this->participants[$this->relay_id]));
|
|
|
}
|
|
|
|
|
|
- public function show_members($limit = 5)
|
|
|
+ public function show_members($limit = 10)
|
|
|
{
|
|
|
$html = '';
|
|
|
|