mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #32239 from nextcloud/revert-32214-backport/32212/stable24
Revert "[stable24] Make the order of reactions reliable"
This commit is contained in:
commit
929c0f80e0
1 changed files with 0 additions and 1 deletions
|
|
@ -1269,7 +1269,6 @@ 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