Populate ACLs API

This commit is contained in:
Neil Alexander 2022-06-29 14:31:40 +01:00
parent 691411f58f
commit bd6ccde5d9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -64,6 +64,7 @@ func NewRoomserverAPI(
producer := &producers.RoomEvent{ producer := &producers.RoomEvent{
Topic: string(cfg.Matrix.JetStream.Prefixed(jetstream.OutputRoomEvent)), Topic: string(cfg.Matrix.JetStream.Prefixed(jetstream.OutputRoomEvent)),
JetStream: js, JetStream: js,
ACLs: serverACLs,
} }
a := &RoomserverInternalAPI{ a := &RoomserverInternalAPI{
ProcessContext: processCtx, ProcessContext: processCtx,