pull/7363/head
Andrew Morgan 2020-05-01 12:37:41 +01:00
parent 37831eb810
commit 048c3a5637
1 changed files with 3 additions and 1 deletions

View File

@ -992,7 +992,9 @@ class EventCreationHandler(object):
# way? If we have been invited by a remote server, we need
# to get them to sign the event.
returned_invite = await federation_handler.send_invite(invitee.domain, event)
returned_invite = await federation_handler.send_invite(
invitee.domain, event
)
event.unsigned.pop("room_state", None)
# TODO: Make sure the signatures actually are correct.