mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
We should tell other resident servers about the invite if we know about the room
This commit is contained in:
parent
c744cf052f
commit
63775d5b1b
|
|
@ -69,6 +69,7 @@ func (r *RoomserverInternalAPI) InputRoomEvents(
|
||||||
Kind: api.KindNew,
|
Kind: api.KindNew,
|
||||||
Event: *event,
|
Event: *event,
|
||||||
AuthEventIDs: event.AuthEventIDs(),
|
AuthEventIDs: event.AuthEventIDs(),
|
||||||
|
SendAsServer: string(r.Cfg.Matrix.ServerName),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue