This commit is contained in:
Daniel Supernault 2023-05-25 01:30:58 -06:00
parent 859ed621b0
commit 559978db46
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -85,7 +85,6 @@ class StatusRemoteUpdatePipeline implements ShouldQueue
Media::whereProfileId($status->profile_id)
->whereStatusId($status->id)
->get()
->update([
'status_id' => null
]);