From 694350243f061d450b985b48500835283fe093b6 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 22 Apr 2018 15:47:44 -0400 Subject: [PATCH] Update notifications.py --- isso/ext/notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isso/ext/notifications.py b/isso/ext/notifications.py index dea970b..a79ae66 100644 --- a/isso/ext/notifications.py +++ b/isso/ext/notifications.py @@ -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"),