REFACTOR: discobot/TL4 :off_topic flag will hide the post

This commit is contained in:
Vinoth Kannan 2018-10-11 16:42:03 +05:30
parent 227a49bb32
commit 9a0e4eec16
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ module DiscourseNarrativeBot
flag = PostAction.create!(
user: self.discobot_user,
post: post, post_action_type_id:
PostActionType.types[:off_topic]
PostActionType.types[:notify_moderators]
)
PostAction.defer_flags!(post, self.discobot_user)