Skip to content

Commit

Permalink
CONTRIB-9617: Fix disable notes
Browse files Browse the repository at this point in the history
* Lock setting missing last 's' according to API documentation
  • Loading branch information
ssj365 committed Oct 3, 2024
1 parent 6d1ee2c commit 842190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/meeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ protected static function retrieve_cached_meeting_info($meetingid, $updatecache
'disablemic' => 'lockSettingsDisableMic',
'disableprivatechat' => 'lockSettingsDisablePrivateChat',
'disablepublicchat' => 'lockSettingsDisablePublicChat',
'disablenote' => 'lockSettingsDisableNote',
'disablenote' => 'lockSettingsDisableNotes',
'lockonjoin' => 'lockSettingsLockOnJoin',
'hideuserlist' => 'lockSettingsHideUserList',
];
Expand Down

0 comments on commit 842190d

Please sign in to comment.