We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6ef9b commit 7b3e672Copy full SHA for 7b3e672
app/Transformer/ActivityPub/Verb/Note.php
@@ -35,7 +35,7 @@ public function transform(Status $status)
35
'href' => $parent->permalink(),
36
'name' => $name
37
];
38
- $mentions = array_merge($reply, $mentions);
+ array_push($mentions, $reply);
39
}
40
41
0 commit comments