0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 02:29:00 +02:00

Remove unused properties from the SpaceSummaryHandler. (#10038)

This commit is contained in:
Patrick Cloke 2021-05-21 12:02:01 -04:00 committed by GitHub
parent 6a8643ff3d
commit c5413d0e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1 @@
Experimental support to allow a user who could join a restricted room to view it in the spaces summary.

View file

@ -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()