[Directory] Actors are now organized by nickname

This commit is contained in:
Angelo D. Moura
2020-11-30 02:41:19 +00:00
committed by Hugo Sales
parent 505e60d89f
commit 4f85efa071

View File

@@ -144,7 +144,7 @@ END;
return [
'_template' => 'network/actors.html.twig',
'actors' => DB::dql('select a from App\Entity\GSActor a ' .
'order by a.created DESC'),
'order by a.nickname ASC'),
];
}
}