mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Issue 12415: Handle attachment updates via AP
This commit is contained in:
parent
61deaec4be
commit
2849a96628
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue