diff --git a/hive/server/condenser_api/cursor.py b/hive/server/condenser_api/cursor.py index 06664681d..b7a2f8169 100644 --- a/hive/server/condenser_api/cursor.py +++ b/hive/server/condenser_api/cursor.py @@ -309,7 +309,7 @@ async def pids_by_account_comments(db, account: str, start_permlink: str = '', l WHERE author = :account %s AND depth > 0 AND is_deleted = '0' - ORDER BY id, depth DESC + ORDER BY id DESC, depth LIMIT :limit """ % seek