Skip to content

Commit

Permalink
MDL-78129 communication_matrix: Stop marking users as synced
Browse files Browse the repository at this point in the history
No need to sync users for role changes.

Power level changes do not need to happen after being added to a room.
They can happen in any order and persist after a user is removed.
  • Loading branch information
andrewnicols committed Sep 22, 2023
1 parent 0167967 commit eb99135
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -192,8 +192,6 @@ public function create_members(array $userids): void {

public function update_room_membership(array $userids): void {
$this->set_matrix_power_levels();
// Mark then users as synced for the updated members.
$this->processor->mark_users_as_synced($userids);
}

/**
Expand Down

0 comments on commit eb99135

Please sign in to comment.