mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +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
|
||||
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 a new issue