Merge pull request #32241 from nextcloud/revert-32239-revert-32214-backport/32212/stable24

Revert "Revert "[stable24] Make the order of reactions reliable""
This commit is contained in:
Joas Schilling 2022-05-05 18:57:15 +02:00 committed by GitHub
commit 2232ff3eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();