Skip to content

Commit

Permalink
CONTRIB-9617: Fix disable shared notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 committed Sep 11, 2024
1 parent 6d1ee2c commit 93e65de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tests/behat/lock_settings.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Feature: Test that the meeting has the right lock setting.
| disablemic | 1 | disableMic : enabled |
| disableprivatechat | 1 | disablePrivateChat : enabled |
| disablepublicchat | 1 | disablePublicChat : enabled |
| disablenote | 1 | disableNote : enabled |
| disablenote | 1 | disableNotes : enabled |
| hideuserlist | 1 | hideUserList : enabled |

0 comments on commit 93e65de

Please sign in to comment.