mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 20:42:23 +01:00
Remove unused properties from the SpaceSummaryHandler. (#10038)
This commit is contained in:
parent
6a8643ff3d
commit
c5413d0e9e
2 changed files with 1 additions and 2 deletions
1
changelog.d/10038.feature
Normal file
1
changelog.d/10038.feature
Normal file
|
@ -0,0 +1 @@
|
|||
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()
|
||||
|
|
Loading…
Reference in a new issue