Skip to content

Commit

Permalink
correct inaccurate comment about post-ignore timeline repagination
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Aug 1, 2024
1 parent cbf1191 commit 3442926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sliding_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ async fn async_worker(mut receiver: UnboundedReceiver<MatrixRequest>) -> Result<
//
// Note that here we only proactively re-paginate the *current* room
// (the one being viewed by the user when this ignore request was issued),
// and all other rooms will be re-paginated in on-demand when they are viewed.
// and all other rooms will be re-paginated in `handle_ignore_user_list_subscriber()`.`
submit_async_request(MatrixRequest::PaginateRoomTimeline {
room_id,
num_events: 50,
Expand Down

0 comments on commit 3442926

Please sign in to comment.