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

Commit c5413d0

Browse files
authored
Remove unused properties from the SpaceSummaryHandler. (#10038)
1 parent 6a8643f commit c5413d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.d/10038.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Experimental support to allow a user who could join a restricted room to view it in the spaces summary.

synapse/handlers/space_summary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class SpaceSummaryHandler:
5050
def __init__(self, hs: "HomeServer"):
5151
self._clock = hs.get_clock()
5252
self._auth = hs.get_auth()
53-
self._room_list_handler = hs.get_room_list_handler()
54-
self._state_handler = hs.get_state_handler()
5553
self._event_auth_handler = hs.get_event_auth_handler()
5654
self._store = hs.get_datastore()
5755
self._event_serializer = hs.get_event_client_serializer()

0 commit comments

Comments
 (0)