Merge pull request #7367 from pixelfed/staging

Fix ap pipeline
pull/7368/head
dansup 5 days ago committed by GitHub
commit a382b96a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -113,7 +113,7 @@ class FeedInsertRemotePipeline implements ShouldBeUniqueUntilProcessing, ShouldQ
return;
}
if (self::isTooOld($status)) {
if (self::isTooOld($status['created_at'] ?? null)) {
return;
}

Loading…
Cancel
Save