feat: no_cache

This commit is contained in:
手瓜一十雪
2025-04-01 19:54:01 +08:00
parent ba71d7ad03
commit 183d6f3011
4 changed files with 7 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ export class NapCatOneBot11Adapter {
const selfInfo = this.core.selfInfo;
const ob11Config = this.configLoader.configData;
this.core.apis.UserApi.getUserDetailInfo(selfInfo.uid)
this.core.apis.UserApi.getUserDetailInfo(selfInfo.uid, false)
.then((user) => {
selfInfo.nick = user.nick;
this.context.logger.setLogSelfInfo(selfInfo);