mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AP helpers, ingest attachments in replies
This commit is contained in:
parent
06e9d4df5f
commit
c504e6437e
1 changed files with 3 additions and 0 deletions
|
@ -496,6 +496,9 @@ class Helpers {
|
|||
if($reply_to == null) {
|
||||
self::importNoteAttachment($activity, $status);
|
||||
} else {
|
||||
if(isset($activity['attachment']) && !empty($activity['attachment'])) {
|
||||
self::importNoteAttachment($activity, $status);
|
||||
}
|
||||
StatusReplyPipeline::dispatch($status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue