mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 20:22:07 +03:00
Fix typo
This commit is contained in:
parent
fc1f932cc0
commit
74cd80e530
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class RoomMemberHandler(BaseHandler):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# send the rejection to the inviter's HS.
|
# 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"
|
action = "remote_reject"
|
||||||
|
|
||||||
federation_handler = self.hs.get_handlers().federation_handler
|
federation_handler = self.hs.get_handlers().federation_handler
|
||||||
|
|
Loading…
Reference in a new issue