[Directory] Actors are now organized by nickname
This commit is contained in:
parent
505e60d89f
commit
4f85efa071
|
@ -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'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user