Loading chat otomatis

This commit is contained in:
2024-05-10 16:38:09 +08:00
parent dc41a5f9af
commit c57e495d68
4 changed files with 60 additions and 55 deletions

View File

@@ -41,5 +41,8 @@ export default async function colab_getMessageByRoomId({
},
});
return getList;
const reverse = _.reverse(getList)
return reverse;
}