mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 15:14:18 -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():
|
for k, s in context.current_state.items():
|
||||||
try:
|
try:
|
||||||
if k[0] == EventTypes.Member:
|
if k[0] == EventTypes.Member:
|
||||||
|
if s.content["membership"] == Membership.JOIN:
|
||||||
destinations.add(
|
destinations.add(
|
||||||
UserID.from_string(s.state_key).domain
|
UserID.from_string(s.state_key).domain
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user