doc(sdk): Fix a typo in an inline comment.

This commit is contained in:
Ivan Enderlin
2025-05-19 15:44:11 +02:00
parent 80b7eed14b
commit 9809e1b53c

View File

@@ -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());