From 5c162fdb3a353ada4b6fb12f379d9a96f1f46b1e Mon Sep 17 00:00:00 2001 From: ginger Date: Tue, 11 Nov 2025 17:10:45 +0000 Subject: [PATCH] fix: Nitpicky comment reword --- 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 8adc65cc..6ebc09c8 100644 --- a/src/api/client/sync/v3/joined.rs +++ b/src/api/client/sync/v3/joined.rs @@ -294,7 +294,7 @@ async fn build_state_and_timeline( ) .await?; - // the token which may be passed to the messages API 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