mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 15:15:25 +02:00
MDL-79614 communication_matrix: Add missing call for sync flag
This commit is contained in:
parent
1724362afc
commit
f3dba5b195
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user