mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #32214 from nextcloud/backport/32212/stable24
This commit is contained in:
commit
72c4047ce9
1 changed files with 1 additions and 0 deletions
|
|
@ -1269,6 +1269,7 @@ class Manager implements ICommentsManager {
|
|||
->where($totalQuery->expr()->eq('r.parent_id', $qb->createNamedParameter($parentId)))
|
||||
->groupBy('r.reaction')
|
||||
->orderBy('total', 'DESC')
|
||||
->addOrderBy('r.reaction', 'ASC')
|
||||
->setMaxResults(20);
|
||||
|
||||
$jsonQuery = $this->dbConn->getQueryBuilder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue