Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jan 25, 2023
1 parent 572ef21 commit cea695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ async def is_partial_state_room(self, room_id: str) -> bool:

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]:
Expand Down

0 comments on commit cea695f

Please sign in to comment.