This commit is contained in:
Yax 2015-09-11 21:36:35 +02:00
parent 53d9a2e7d3
commit 069e563bf1

View file

@ -153,10 +153,11 @@ def reply_comment_email(data):
reader_email = get_email_metadata(message)
if reader_email:
notify_reader(from_email, reader_email, comment.site.token,
comment.url)
comment.site.url, comment.url)
# notify subscribers every time a new comment is published
notify_subscribed_readers(comment.site.token, comment.site.url, comment.url)
notify_subscribed_readers(
comment.site.token, comment.site.url, comment.url)
def get_email_metadata(message):