Remove old event handler

This commit is contained in:
0xf8 2023-04-17 06:08:34 -04:00
parent 60cd3ba1ad
commit 3333f1a48c
Signed by: 0xf8
GPG Key ID: 446580D758689584

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 {