mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-01 18:53:16 +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) {
|
if($reply_to == null) {
|
||||||
self::importNoteAttachment($activity, $status);
|
self::importNoteAttachment($activity, $status);
|
||||||
} else {
|
} else {
|
||||||
|
if(isset($activity['attachment']) && !empty($activity['attachment'])) {
|
||||||
|
self::importNoteAttachment($activity, $status);
|
||||||
|
}
|
||||||
StatusReplyPipeline::dispatch($status);
|
StatusReplyPipeline::dispatch($status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue