0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-07 18:36:48 +02:00
This commit is contained in:
Richard van der Hoff 2016-03-03 10:28:58 +00:00
parent fc1f932cc0
commit 74cd80e530

View file

@ -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