REFACTOR: discobot/TL4 :off_topic flag will hide the post
This commit is contained in:
parent
227a49bb32
commit
9a0e4eec16
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue