Remove old event handler

This commit is contained in:
2023-04-17 06:08:34 -04:00
parent 60cd3ba1ad
commit 3333f1a48c

View File

@@ -184,7 +184,6 @@ async fn main() -> anyhow::Result<()> {
};
client.add_event_handler(on_room_message);
client.add_event_handler(on_stripped_state_member);
client
.sync_with_result_callback(sync_settings, |sync_result| async move {