From 69a08ffbf620da13ec4a5a98bc18730e6c8b4ad5 Mon Sep 17 00:00:00 2001 From: timedout Date: Mon, 23 Feb 2026 21:36:13 +0000 Subject: [PATCH] style: Make "empty timeline" warning only warn in debug mode --- src/api/client/sync/v3/joined.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/client/sync/v3/joined.rs b/src/api/client/sync/v3/joined.rs index 6cccf14e..9b9fc25c 100644 --- a/src/api/client/sync/v3/joined.rs +++ b/src/api/client/sync/v3/joined.rs @@ -272,7 +272,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(