refactor: utils update

This commit is contained in:
linyuchen
2024-03-18 10:56:50 +08:00
parent 3abc9f2ae0
commit c5932bcd98
4 changed files with 65 additions and 404 deletions

View File

@@ -19,7 +19,7 @@ export class NTQQMsgApi {
// await sleep(500);
return await callNTQQApi<GeneralCallResult>({
methodName: NTQQApiMethod.ADD_ACTIVE_CHAT,
args: [{peer:{peerUid: groupCode, chatType: ChatType.group}, cnt: 20}]
args: [{peer:{peerUid: groupCode, chatType: ChatType.group}, cnt: 20}, null]
})
}
static async fetchRecentContact(){