reenable instant notifications

This commit is contained in:
Frédéric Péters 2014-06-09 20:19:49 +02:00
parent aeae70d199
commit 3cb9085509
1 changed files with 0 additions and 3 deletions

View File

@ -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: