mirror of
https://github.com/ragestudio/comty.js.git
synced 2025-06-09 10:34:19 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
20c0900252 | ||
4dcfb65f03 | |||
bce0abd21b |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "comty.js",
|
"name": "comty.js",
|
||||||
"version": "0.63.0",
|
"version": "0.63.1",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"description": "Official Comty API for JavaScript",
|
"description": "Official Comty API for JavaScript",
|
||||||
"homepage": "https://github.com/ragestudio/comty.js",
|
"homepage": "https://github.com/ragestudio/comty.js",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"js-cookie": "^3.0.5",
|
"js-cookie": "^3.0.5",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"jwt-decode": "^4.0.0",
|
"jwt-decode": "^4.0.0",
|
||||||
"linebridge-client": "^1.1.0",
|
"linebridge-client": "^1.1.1",
|
||||||
"luxon": "^3.6.0",
|
"luxon": "^3.6.0",
|
||||||
"socket.io-client": "^4.8.1"
|
"socket.io-client": "^4.8.1"
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,10 @@ async function injectUserDataOnList(list) {
|
|||||||
return item.user_id
|
return item.user_id
|
||||||
})
|
})
|
||||||
|
|
||||||
let users = await UserModel.data({ user_id: user_ids.join(",") })
|
let users = await UserModel.data({
|
||||||
|
user_id: user_ids.join(","),
|
||||||
|
basic: true,
|
||||||
|
})
|
||||||
|
|
||||||
if (!Array.isArray(users)) {
|
if (!Array.isArray(users)) {
|
||||||
users = [users]
|
users = [users]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user