Changes after code review

This commit is contained in:
Michael 2022-11-30 14:33:55 +00:00
parent 1ced4673fe
commit fbcc56d42d
4 changed files with 4 additions and 4 deletions

View file

@ -204,7 +204,7 @@ class Status extends BaseFactory
if ($is_reshare) {
$reshare = $this->createFromUriId($uriId, $uid, false)->toArray();
}
// $mentions = array_unique($mentions);
return new \Friendica\Object\Api\Mastodon\Status($item, $account, $counts, $userAttributes, $sensitive, $application, $mentions, $tags, $card, $attachments, $reshare, $poll);
}