chore: 清理无用代码

This commit is contained in:
手瓜一十雪
2024-08-14 23:46:17 +08:00
parent 3296f2daf8
commit 47cafd295b
4 changed files with 23 additions and 116 deletions

View File

@@ -26,10 +26,6 @@ export class NTQQFriendApi {
return Array.from(data.values());
}
async getBuddyIdMapCache(refresh = false): Promise<LimitedHashTable<string, string>> {
return await this.getBuddyIdMap(refresh);
}
async getBuddyIdMap(refresh = false): Promise<LimitedHashTable<string, string>> {
const uids: string[] = [];
const retMap: LimitedHashTable<string, string> = new LimitedHashTable<string, string>(5000);