FIX: Narrative bot should ignore action on deleted post
This commit is contained in:
parent
0e710dc573
commit
fbd92916e5
|
@ -204,7 +204,7 @@ after_initialize do
|
||||||
end
|
end
|
||||||
|
|
||||||
self.add_model_callback(PostAction, :after_commit, on: :create) do
|
self.add_model_callback(PostAction, :after_commit, on: :create) do
|
||||||
if self.user.enqueue_narrative_bot_job?
|
if self.post && self.user.enqueue_narrative_bot_job?
|
||||||
input =
|
input =
|
||||||
case self.post_action_type_id
|
case self.post_action_type_id
|
||||||
when *PostActionType.flag_types_without_custom.values
|
when *PostActionType.flag_types_without_custom.values
|
||||||
|
|
Loading…
Reference in New Issue