mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-78689 communication_matrix: Add support for sync provider feature
This commit is contained in:
parent
a946b09410
commit
e7586331a2
@ -48,6 +48,7 @@ class communication_feature implements
|
||||
\core_communication\form_provider,
|
||||
\core_communication\room_chat_provider,
|
||||
\core_communication\room_user_provider,
|
||||
\core_communication\synchronise_provider,
|
||||
\core_communication\user_provider {
|
||||
/** @var ?matrix_room $room The matrix room object to update room information */
|
||||
private ?matrix_room $room = null;
|
||||
@ -773,4 +774,8 @@ class communication_feature implements
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public function synchronise_room_members(): void {
|
||||
$this->set_matrix_power_levels();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user