Skip to content

Commit

Permalink
fix(appointments): Make rooms public
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and backportbot-nextcloud[bot] committed Oct 17, 2023
1 parent 956826c commit d0ae16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listener/AppointmentBookedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function handle(Event $event): void {
$conversation = $this->broker->createConversation(
$conversationName,
[$organizer],
$this->broker->newConversationOptions(),
$this->broker->newConversationOptions()->setPublic(),
);
$event->getBooking()->setTalkUrl(
$conversation->getAbsoluteUrl(),
Expand Down

0 comments on commit d0ae16d

Please sign in to comment.