From e581face4424897091f65eb480e0a2413f6f26ae Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 12 Nov 2025 10:05:46 -0500 Subject: [PATCH] chore: Formatting --- src/api/client/sync/v3/joined.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/client/sync/v3/joined.rs b/src/api/client/sync/v3/joined.rs index 6ebc09c8..1fbd283a 100644 --- a/src/api/client/sync/v3/joined.rs +++ b/src/api/client/sync/v3/joined.rs @@ -294,7 +294,8 @@ async fn build_state_and_timeline( ) .await?; - // the token which may be passed to the messages endpoint to backfill room history + // the token which may be passed to the messages endpoint to backfill room + // history let prev_batch = timeline.pdus.front().map(at!(0)); // note: we always indicate a limited timeline if the syncing user just joined