MDL-79614 communication_matrix: Add missing call for sync flag

This commit is contained in:
Safat 2023-10-06 17:46:08 +11:00
parent 1724362afc
commit f3dba5b195

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);
}
/**