Commit a4095e49 by Gabe Mulley Committed by Alex Dusenbery

fix discussion notifications emails

parent 6634fc7f
......@@ -36,9 +36,7 @@ ROUTING_KEY = getattr(settings, 'ACE_ROUTING_KEY', None)
class ResponseNotification(MessageType):
def __init__(self, *args, **kwargs):
super(ResponseNotification, self).__init__(*args, **kwargs)
self.name = 'response_notification'
pass
@task(base=LoggedTask, routing_key=ROUTING_KEY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment