mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 17:33:51 -04:00
doc(sdk): Fix a typo in an inline comment.
This commit is contained in:
@@ -299,7 +299,7 @@ impl SlidingSync {
|
||||
// extensions part of the response, and thus would result in rooms present in
|
||||
// the `sync_response.joined`. Mark them as updated too.
|
||||
//
|
||||
// Since we've removed rooms that we're in the room subsection from
|
||||
// Since we've removed rooms that were in the room subsection from
|
||||
// `sync_response.rooms.joined`, the remaining ones aren't already present in
|
||||
// `updated_rooms` and wouldn't cause any duplicates.
|
||||
updated_rooms.extend(sync_response.rooms.joined.keys().cloned());
|
||||
|
||||
Reference in New Issue
Block a user