mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 07:24:06 -04:00
Send all membership events to the remote homeserver
This commit is contained in:
parent
ea8590cf66
commit
758d114cbc
1 changed files with 3 additions and 4 deletions
|
@ -133,7 +133,6 @@ 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…
Add table
Add a link
Reference in a new issue