FIX: Narrative bot should ignore action on deleted post

This commit is contained in:
Gerhard Schlager 2018-12-21 15:09:27 +01:00
parent 0e710dc573
commit fbd92916e5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ after_initialize do
end
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 =
case self.post_action_type_id
when *PostActionType.flag_types_without_custom.values