mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 10:04:16 -04:00
Move RoomMemberHandler out of Handlers
This commit is contained in:
parent
17445e6701
commit
784f036306
11 changed files with 57 additions and 44 deletions
|
@ -95,7 +95,7 @@ class RoomTypingTestCase(RestTestCase):
|
|||
else:
|
||||
if remotedomains is not None:
|
||||
remotedomains.add(member.domain)
|
||||
hs.get_handlers().room_member_handler.fetch_room_distributions_into = (
|
||||
hs.get_room_member_handler().fetch_room_distributions_into = (
|
||||
fetch_room_distributions_into
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue