Update notifications.py

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent 368e650ef7
commit 6b5fc6bad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,8 +135,8 @@ class SMTP(object):
body = self.format(thread, comment)
if thread["title"] is None:
thread["title"] = "New comment"
#if thread["title"] is None:
# thread["title"] = "New comment"
if uwsgi:
uwsgi.spool({b"subject": thread["title"].encode("utf-8"),

Loading…
Cancel
Save