Skip to content
Snippets Groups Projects
Commit a7b75e50 authored by Michael Terry's avatar Michael Terry
Browse files

feat: mark forum response notifications transactional

The user opts into them when making a post / through the forums UI.
They are not truly a marketing email or similar.
parent 2e9bb7b9
Branches
Tags
No related merge requests found
......@@ -57,7 +57,9 @@ def update_discussions_map(context):
class ResponseNotification(BaseMessageType):
pass
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.options['transactional'] = True
@shared_task(base=LoggedTask)
......
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