add reply-to-text to user/rest persist notifications

This commit is contained in:
venusbb
2017-11-27 14:36:54 +00:00
parent e1175542b7
commit 3945007d24
4 changed files with 20 additions and 7 deletions

View File

@@ -159,7 +159,6 @@ def get_reply_to_text(notification_type):
return authenticated_service.get_default_letter_contact()
def get_notification_return_data(notification_id, notification, template):
output = {
'body': str(template),