refactor: 移除未使用的createUidFromTinyId和getStatusByUid方法

This commit is contained in:
手瓜一十雪
2024-12-04 18:50:51 +08:00
parent d51d6a5cc1
commit 02cff040e3

View File

@@ -11,13 +11,6 @@ export class NTQQUserApi {
this.context = context;
this.core = core;
}
//self_tind格式
async createUidFromTinyId(tinyId: string) {
return this.context.session.getMsgService().createUidFromTinyId(this.core.selfInfo.uin, tinyId);
}
async getStatusByUid(uid: string) {
return this.context.session.getProfileService().getStatus(uid);
}
async getCoreAndBaseInfo(uids: string[]) {
return await this.core.eventWrapper.callNoListenerEvent(