This commit is contained in:
鴇峰 朔華 2024-11-22 19:06:14 +09:00
parent 04090c80f3
commit be219d27bc
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export class ProxyAccountService {
@bindThis @bindThis
public async fetch(): Promise<MiLocalUser | null> { public async fetch(): Promise<MiLocalUser | null> {
if (this.meta.proxyAccountId == null) return null;
const cached = this.cache.get(); const cached = this.cache.get();
if (cached) return cached; if (cached) return cached;