cleanup matrix
Some checks failed
build / docker (push) Has been cancelled

This commit is contained in:
2026-02-22 18:27:29 -05:00
parent 598870689d
commit b80948c23d

View File

@@ -97,8 +97,6 @@ pub async fn run() {
println!("Logged in to Matrix as {username}"); println!("Logged in to Matrix as {username}");
// Advance past existing messages before registering handlers so the bot
// doesn't reply to messages that ever existed in a given room.
let sync_response = client let sync_response = client
.sync_once(SyncSettings::default()) .sync_once(SyncSettings::default())
.await .await