Notifications - Bugfix: Notification format not being set correct (HTML emails being sent as plaintext and other problems) (#2129)

pull/2130/head
Conner 4 months ago committed by GitHub
parent 677082723c
commit 19ee65361d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1603,7 +1603,7 @@ def notification_runner():
n_object['notification_title'] = datastore.data['settings']['application'].get('notification_title')
if not n_object.get('notification_format') and datastore.data['settings']['application'].get('notification_format'):
n_object['notification_title'] = datastore.data['settings']['application'].get('notification_format')
n_object['notification_format'] = datastore.data['settings']['application'].get('notification_format')
sent_obj = notification.process_notification(n_object, datastore)

Loading…
Cancel
Save