FIX: pending flags message should go to moderators group, not staff

This commit is contained in:
Neil Lalonde 2017-05-01 14:06:17 -04:00
parent 556ef4cfbd
commit ca224ed8e9

View File

@ -16,7 +16,7 @@ module Jobs
PostCreator.create(
Discourse.system_user,
target_group_names: Group[:staff].name,
target_group_names: Group[:moderators].name,
archetype: Archetype.private_message,
subtype: TopicSubtype.system_message,
title: I18n.t('flags_reminder.subject_template', { count: PostAction.flagged_posts_count }),