We should tell other resident servers about the invite if we know about the room

This commit is contained in:
Neil Alexander 2020-05-06 16:03:59 +01:00
parent c744cf052f
commit 63775d5b1b

View file

@ -69,6 +69,7 @@ func (r *RoomserverInternalAPI) InputRoomEvents(
Kind: api.KindNew,
Event: *event,
AuthEventIDs: event.AuthEventIDs(),
SendAsServer: string(r.Cfg.Matrix.ServerName),
})
}
}