lrf402788946 4 years ago
parent
commit
f882eec1fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/dock/.dock_chat.js

+ 1 - 1
app/controller/dock/.dock_chat.js

@@ -39,7 +39,7 @@ module.exports = {
     options: {
     options: {
       query: ["skip", "limit"],
       query: ["skip", "limit"],
       sort: ["send_time"],
       sort: ["send_time"],
-      desc: true,
+      asc: true,
       count: true,
       count: true,
     },
     },
   },
   },