Merge branch 'MDL-79614-master' of https://github.com/safatshahin/moodle

This commit is contained in:
Jun Pataleta 2023-10-11 11:04:09 +08:00
commit 7fed0da5a3
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -191,6 +191,8 @@ class communication_feature implements
public function update_room_membership(array $userids): void {
$this->set_matrix_power_levels();
// Mark the users as synced for the updated members.
$this->processor->mark_users_as_synced($userids);
}
/**