Skip to content

Commit

Permalink
Merge pull request #10490 from nextcloud/fix/10420/allow-leave-lobby
Browse files Browse the repository at this point in the history
Allow non-moderators to leave conversation with enabled lobby
  • Loading branch information
nickvergessen authored Sep 18, 2023
2 parents 57fb33b + de23797 commit 0c0efb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/RoomFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public function formatRoomV4(
!($currentParticipant->getPermissions() & Attendee::PERMISSIONS_LOBBY_IGNORE)) {
// No participants and chat messages for users in the lobby.
$roomData['hasCall'] = false;
$roomData['canLeaveConversation'] = true;
return $roomData;
}

Expand Down

0 comments on commit 0c0efb7

Please sign in to comment.