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"),