mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix consumer component name in federation API
This commit is contained in:
parent
51de6612a6
commit
066aeb40b4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func NewKeyChangeConsumer(
|
|||
ctx: process.Context(),
|
||||
consumer: &internal.ContinualConsumer{
|
||||
Process: process,
|
||||
ComponentName: "federationsender/keychange",
|
||||
ComponentName: "federationapi/keychange",
|
||||
Topic: string(cfg.Matrix.JetStream.TopicFor(jetstream.OutputKeyChangeEvent)),
|
||||
Consumer: kafkaConsumer,
|
||||
PartitionStore: store,
|
||||
|
|
Loading…
Reference in a new issue