From 3cb9085509fc24b8136aea19b1127978a9879957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 9 Jun 2014 20:19:49 +0200 Subject: [PATCH] reenable instant notifications --- askbot/tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/askbot/tasks.py b/askbot/tasks.py index a1569c02..ec3e405b 100644 --- a/askbot/tasks.py +++ b/askbot/tasks.py @@ -212,9 +212,6 @@ def send_instant_notifications_about_activity_in_post( post = None, recipients = None, ): - # disable emailing of instant notifications - return - #reload object from the database post = Post.objects.get(id=post.id) if post.is_approved() is False: