Remove old event handler
This commit is contained in:
parent
60cd3ba1ad
commit
3333f1a48c
@ -184,7 +184,6 @@ async fn main() -> anyhow::Result<()> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
client.add_event_handler(on_room_message);
|
client.add_event_handler(on_room_message);
|
||||||
client.add_event_handler(on_stripped_state_member);
|
|
||||||
|
|
||||||
client
|
client
|
||||||
.sync_with_result_callback(sync_settings, |sync_result| async move {
|
.sync_with_result_callback(sync_settings, |sync_result| async move {
|
||||||
|
Loading…
Reference in New Issue
Block a user