#83 Use the same topic as fedmsg.
Merged 5 years ago by pingou. Opened 5 years ago by cverna.
cverna/mdapi message_topic  into  master

file modified
+1 -1
@@ -311,7 +311,7 @@ 

  

      try:

          msg = Message(

-             topic="mdapi.repo.update.v1",

+             topic="mdapi.repo.update",

              body=dict(

                  name=name,

                  packages=list(packages),

Having a different topic make FMN filter ignore this
message leading to people receiving unwanted notifications

Signed-off-by: Clement Verna cverna@tutanota.com

Other option would be to adjust the FMN filter, right?

Other option would be to adjust the FMN filter, right?

Yes but fixing mdapi will be easier and faster :)

rebased onto a62ee2f

5 years ago

Pull-Request has been merged by pingou

5 years ago
Metadata