Skip to content

Commit d3e9d23

Browse files
committed
Suppress auto replies to moderation notices
Most likely this was needed before we sent the notifications to all moderators, but since 3ab07fa there is no reason to specifically enable auto replies on moderation notices. So remove the special handling.
1 parent 03068a3 commit d3e9d23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pgweb/core/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def _send_moderation_message(request, obj, message, notice, what):
360360
m.email,
361361
"Your submitted {} with title {}".format(obj._meta.verbose_name, obj.title),
362362
msg,
363-
suppress_auto_replies=False,
364363
receivername='{} {}'.format(m.first_name, m.last_name),
365364
)
366365

0 commit comments

Comments
 (0)