Skip to content
Snippets Groups Projects
Unverified Commit c5413d0e authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Remove unused properties from the SpaceSummaryHandler. (#10038)

parent 6a8643ff
No related branches found
No related tags found
No related merge requests found
Experimental support to allow a user who could join a restricted room to view it in the spaces summary.
......@@ -50,8 +50,6 @@ class SpaceSummaryHandler:
def __init__(self, hs: "HomeServer"):
self._clock = hs.get_clock()
self._auth = hs.get_auth()
self._room_list_handler = hs.get_room_list_handler()
self._state_handler = hs.get_state_handler()
self._event_auth_handler = hs.get_event_auth_handler()
self._store = hs.get_datastore()
self._event_serializer = hs.get_event_client_serializer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment