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) ...@@ -36,9 +36,7 @@ ROUTING_KEY = getattr(settings, 'ACE_ROUTING_KEY', None)
class ResponseNotification(MessageType): class ResponseNotification(MessageType):
def __init__(self, *args, **kwargs): pass
super(ResponseNotification, self).__init__(*args, **kwargs)
self.name = 'response_notification'
@task(base=LoggedTask, routing_key=ROUTING_KEY) @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