mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 11:54:22 -05:00
Revert incorrect changes to where we send events
This commit is contained in:
parent
b2e6ee5b43
commit
857810d2dd
@ -133,6 +133,7 @@ class BaseHandler(object):
|
||||
for k, s in context.current_state.items():
|
||||
try:
|
||||
if k[0] == EventTypes.Member:
|
||||
if s.content["membership"] == Membership.JOIN:
|
||||
destinations.add(
|
||||
UserID.from_string(s.state_key).domain
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user