mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 15:24:20 -05:00
Fix typo
This commit is contained in:
parent
fc1f932cc0
commit
74cd80e530
@ -539,7 +539,7 @@ class RoomMemberHandler(BaseHandler):
|
||||
pass
|
||||
else:
|
||||
# send the rejection to the inviter's HS.
|
||||
remote_room_hosts = remote_room_hosts + [inviter.doman]
|
||||
remote_room_hosts = remote_room_hosts + [inviter.domain]
|
||||
action = "remote_reject"
|
||||
|
||||
federation_handler = self.hs.get_handlers().federation_handler
|
||||
|
Loading…
Reference in New Issue
Block a user