mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 13:12:16 -04:00
Remove some unused distributor signals (#8216)
Removes the `user_joined_room` and stops calling it since there are no observers. Also cleans-up some other unused signals and related code.
This commit is contained in:
parent
c9dbee50ae
commit
2ea1c68249
7 changed files with 18 additions and 141 deletions
|
@ -39,10 +39,6 @@ class EventStreamHandler(BaseHandler):
|
|||
def __init__(self, hs: "HomeServer"):
|
||||
super(EventStreamHandler, self).__init__(hs)
|
||||
|
||||
self.distributor = hs.get_distributor()
|
||||
self.distributor.declare("started_user_eventstream")
|
||||
self.distributor.declare("stopped_user_eventstream")
|
||||
|
||||
self.clock = hs.get_clock()
|
||||
|
||||
self.notifier = hs.get_notifier()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue