Fix: リモートから来たスタンプの保存に失敗した時、Sidekiqジョブが再試行される問題 (#257)
This commit is contained in:
parent
e5e46cb544
commit
e7390317f5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class ActivityPub::Activity::Like < ActivityPub::Activity
|
|||
forward_for_emoji_reaction
|
||||
relay_for_emoji_reaction
|
||||
end
|
||||
rescue Seahorse::Client::NetworkingError
|
||||
rescue Seahorse::Client::NetworkingError, ActiveRecord::RecordInvalid
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue