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

Commit

Permalink
Update synapse/handlers/room_summary.py
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
deepbluev7 and squahtx authored Dec 6, 2021
1 parent 71abccb commit 50746c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/room_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ async def get_room_summary(

# The results over federation might include rooms that the we,
# as the requesting server, are allowed to see, but the requesting
# user is not permitted see.
# user is not permitted to see.
#
# Filter the returned results to only what is accessible to the user.
if await self._is_remote_room_accessible(
Expand Down

0 comments on commit 50746c3

Please sign in to comment.