mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Remove unneeded TopicFor
This commit is contained in:
parent
a833f5764a
commit
f5a4e4a339
15 changed files with 22 additions and 22 deletions
|
@ -53,7 +53,7 @@ func AddPublicRoutes(
|
|||
|
||||
syncProducer := &producers.SyncAPIProducer{
|
||||
Producer: producer,
|
||||
Topic: cfg.Matrix.JetStream.TopicFor(jetstream.OutputClientData),
|
||||
Topic: jetstream.OutputClientData,
|
||||
}
|
||||
|
||||
routing.Setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue