Fixed emoticon ordering in chat.
This commit is contained in:
parent
ce8f9c0435
commit
f033e27ab5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ final class SharpChatRoutes {
|
|||
$response->setHeader('Access-Control-Allow-Origin', '*');
|
||||
$response->setHeader('Access-Control-Allow-Methods', 'GET');
|
||||
|
||||
$emotes = $this->emotes->getEmotes();
|
||||
$emotes = $this->emotes->getEmotes(orderBy: 'order');
|
||||
$out = [];
|
||||
|
||||
foreach($emotes as $emoteInfo) {
|
||||
|
|
Loading…
Add table
Reference in a new issue