Skip to content

Commit

Permalink
fixup! feat: add option to force passwords in public conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Larch committed Nov 20, 2024
1 parent b31f619 commit 25d7135
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Service/RoomService.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ public function setType(Room $room, int $newType, bool $allowSwitchingOneToOne =
}

/**
* @param Room $room
* @param string $password
* @throws PasswordException|TypeException
*/
public function makePublicWithPassword(Room $room, string $password): void {
Expand Down

0 comments on commit 25d7135

Please sign in to comment.