Skip to content

Commit

Permalink
Change that fedmsg topic from "update" to "advance" (since it will al…
Browse files Browse the repository at this point in the history
…ways be advancing, and we never emit messages for rank slipping).
  • Loading branch information
ralphbean committed Aug 26, 2013
1 parent 31d67a5 commit 8b6be13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tahrir_api/dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def _adjust_ranks(self, person, old_rank):

if self.notification_callback:
self.notification_callback(
topic='person.rank.update',
topic='person.rank.advance',
msg=dict(
person=person,
old_rank=old_rank,
Expand Down

0 comments on commit 8b6be13

Please sign in to comment.