More iteration on types

This commit is contained in:
David Baker
2025-03-31 15:29:40 +01:00
parent 1676fa787f
commit f72ba26e15
+1 -1
View File
@@ -742,7 +742,7 @@ class SlidingSyncRoomLists:
to_token: StreamToken,
relevant_room_map: Mapping[str, RoomSyncConfig],
receipts: Mapping[str, Sequence[ReceiptInRoom]],
) -> Dict[str, RoomSyncConfig]:
) -> Mapping[str, RoomSyncConfig]:
"""Filters the `relevant_room_map` down to those rooms that may have
updates we need to fetch and return."""