mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update NoteTransformer, fix tag array
This commit is contained in:
parent
8c6ef9bae2
commit
7b3e672d89
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Note extends Fractal\TransformerAbstract
|
||||||
'href' => $parent->permalink(),
|
'href' => $parent->permalink(),
|
||||||
'name' => $name
|
'name' => $name
|
||||||
];
|
];
|
||||||
$mentions = array_merge($reply, $mentions);
|
array_push($mentions, $reply);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue