mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-05 03:28:50 -04: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…
Add table
Add a link
Reference in a new issue