We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9764 commit a33de07Copy full SHA for a33de07
lib/Controller/RoomController.php
@@ -1494,7 +1494,7 @@ public function setMessageExpiration(int $seconds): DataResponse {
1494
1495
#[NoAdminRequired]
1496
#[RequireLoggedInModeratorParticipant]
1497
- public function setCanMentionEveryone(int $config = Room::CAN_MENTION_EVERYONE_ALL): DataResponse {
+ public function setCanMentionEveryone(int $config): DataResponse {
1498
try {
1499
$this->roomService->setCanMentionEveryone($this->room, $config);
1500
} catch (\InvalidArgumentException $e) {
0 commit comments