fix: Lower "timeline for newly joined room is empty" to debug_warn

Reviewed-by: nex <me@nexy7574.co.uk>
This commit is contained in:
Ginger 2026-03-07 11:56:15 -05:00
parent fdc9cc8074
commit dac619b5f8
No known key found for this signature in database

View file

@ -270,7 +270,7 @@ async fn build_state_and_timeline(
// joined since the last sync, that being the syncing user's join event. if
// it's empty something is wrong.
if joined_since_last_sync && timeline.pdus.is_empty() {
warn!("timeline for newly joined room is empty");
debug_warn!("timeline for newly joined room is empty");
}
let (summary, device_list_updates) = try_join(