src: matrix: Rewrite misleading error message

This commit is contained in:
2026-09-14 16:05:30 +00:00
parent e28e963927
commit 0b700cabc4
+1 -1
View File
@@ -180,7 +180,7 @@ pub async fn login_and_sync(
} }
}, },
Err(e) => { Err(e) => {
panic!("Broadcast channel is lagging: {e:?}"); panic!("Broken channel: {e:?}");
} }
} }
} }