Fix typo
This commit is contained in:
parent
fc438a8ed2
commit
0a153e72fb
1 changed files with 3 additions and 2 deletions
|
@ -153,10 +153,11 @@ def reply_comment_email(data):
|
||||||
reader_email = get_email_metadata(message)
|
reader_email = get_email_metadata(message)
|
||||||
if reader_email:
|
if reader_email:
|
||||||
notify_reader(from_email, reader_email, comment.site.token,
|
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 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):
|
def get_email_metadata(message):
|
||||||
|
|
Loading…
Add table
Reference in a new issue