Merge pull request #12851 from annando/issue-12415

Issue 12415: Handle attachment updates via AP
This commit is contained in:
Hypolite Petovan 2023-02-27 15:12:19 -05:00 committed by GitHub
commit 7eb26fa6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ class Processor
$item['changed'] = DateTimeFormat::utcNow();
$item['edited'] = DateTimeFormat::utc($activity['updated']);
Post\Media::deleteByURIId($item['uri-id'], [Post\Media::AUDIO, Post\Media::VIDEO, Post\Media::IMAGE]);
$item = self::processContent($activity, $item);
if (empty($item)) {
Queue::remove($activity);