mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix thread resolve worker retrying when status no longer exists (#16109)
This commit is contained in:
parent
c4deca6a21
commit
f78cbc0c32
@ -14,5 +14,7 @@ class ThreadResolveWorker
|
||||
|
||||
child_status.thread = parent_status
|
||||
child_status.save!
|
||||
rescue ActiveRecord::RecordNotFound
|
||||
true
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user