This commit is contained in:
cansnow
2025-12-02 03:05:52 +08:00
parent b4c9ae1b67
commit 29be534f22
24 changed files with 1118 additions and 372 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const actions = {
while (true) {
try {
const count = initialFetch ? 10000 : 1000;
const {data} = await IMSDK.asyncApi("getFriendListPage", uuidv4(), {offset,count,});
const {data} = await IMSDK.asyncApi("getFriendListPage", uuidv4(), {offset,count,filterBlack:true});
//console.log(data);
friendInfoList = [
...friendInfoList,