diff --git a/isso/ext/notifications.py b/isso/ext/notifications.py index a79ae66..dea970b 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"),