mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Remove stream subject
This commit is contained in:
parent
2f232537f6
commit
73afaeb82e
|
|
@ -41,7 +41,6 @@ var streams = []*nats.StreamConfig{
|
|||
Name: InputRoomEvent,
|
||||
Retention: nats.InterestPolicy,
|
||||
Storage: nats.FileStorage,
|
||||
Subjects: []string{InputRoomEvent + ".>"}, // room ID
|
||||
},
|
||||
{
|
||||
Name: OutputRoomEvent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue