mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 15:13:12 -06:00
Populate ACLs API
This commit is contained in:
parent
691411f58f
commit
bd6ccde5d9
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue