Fix typo.

This commit is contained in:
Patrick Cloke 2023-01-25 15:48:12 -05:00 committed by David Robertson
parent 16487c9b96
commit 9f4a5c1048
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -1274,7 +1274,7 @@ class RoomWorkerStore(CacheInvalidationWorkerStore):
return entry is not None
@cachedList(cached_method_name="is_partial_State_room", list_name="room_ids")
@cachedList(cached_method_name="is_partial_state_room", list_name="room_ids")
async def is_partial_state_rooms(
self, room_ids: StrCollection
) -> Mapping[str, bool]: