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

Commit

Permalink
Clarify comments.
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
  • Loading branch information
2 people authored and David Robertson committed Jan 26, 2023
1 parent 528183b commit 1ce0bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/storage/databases/main/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,9 +1278,9 @@ async def is_partial_state_room(self, room_id: str) -> bool:
async def is_partial_state_rooms(
self, room_ids: StrCollection
) -> Mapping[str, bool]:
"""Checks if this room has partial state.
"""Checks if the given rooms have partial state.
Returns true if this is a "partial-state" room, which means that the state
Returns true for "partial-state" rooms, which means that the state
at events in the room, and `current_state_events`, may not yet be
complete.
"""
Expand Down

0 comments on commit 1ce0bd2

Please sign in to comment.