Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 6027b51

Browse files
Fix .punyHost misuse
1 parent 757d9aa commit 6027b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend/src/core/RemoteUserResolveService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class RemoteUserResolveService {
5454
}) as MiLocalUser;
5555
}
5656

57-
host = this.utilityService.punyHost(host);
57+
host = this.utilityService.toPuny(host);
5858

5959
if (host === this.utilityService.toPuny(this.config.host)) {
6060
this.logger.info(`return local user: ${usernameLower}`);

0 commit comments

Comments
 (0)