Update UpdateNote.php

pull/6435/head
Shlee 8 months ago committed by GitHub
parent 911156bcba
commit abc0865ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ class UpdateNote extends Fractal\TransformerAbstract
'href' => $parent->permalink(),
'name' => $name,
];
$mentions = array_merge($reply, $mentions);
array_push($mentions, $reply);
}
}

Loading…
Cancel
Save