mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-07 06:03:09 -06:00
Populate ACLs API
This commit is contained in:
parent
691411f58f
commit
bd6ccde5d9
|
|
@ -64,6 +64,7 @@ func NewRoomserverAPI(
|
|||
producer := &producers.RoomEvent{
|
||||
Topic: string(cfg.Matrix.JetStream.Prefixed(jetstream.OutputRoomEvent)),
|
||||
JetStream: js,
|
||||
ACLs: serverACLs,
|
||||
}
|
||||
a := &RoomserverInternalAPI{
|
||||
ProcessContext: processCtx,
|
||||
|
|
|
|||
Loading…
Reference in a new issue