fix: creates new room with joinMuted set to false

pull/173/head
Jonas 2021-07-30 10:00:24 +02:00 committed by GitHub
parent c01cda4600
commit 06976096bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class RoomService {
$room->setListenOnly(true);
$room->setMediaCheck(true);
$room->setCleanLayout(false);
$room->setJoinMuted(false);
if ($access === Room::ACCESS_PASSWORD) {
$room->setPassword($this->humanReadableRandom(8));