Skip to content

Commit a33de07

Browse files
committed
Remove default value
#9464 (comment) Signed-off-by: Vitor Mattos <[email protected]>
1 parent a2a9764 commit a33de07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/RoomController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ public function setMessageExpiration(int $seconds): DataResponse {
14941494

14951495
#[NoAdminRequired]
14961496
#[RequireLoggedInModeratorParticipant]
1497-
public function setCanMentionEveryone(int $config = Room::CAN_MENTION_EVERYONE_ALL): DataResponse {
1497+
public function setCanMentionEveryone(int $config): DataResponse {
14981498
try {
14991499
$this->roomService->setCanMentionEveryone($this->room, $config);
15001500
} catch (\InvalidArgumentException $e) {

0 commit comments

Comments
 (0)