mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 13:15:11 +00:00
Fix .punyHost
misuse
This commit is contained in:
parent
757d9aa5ee
commit
6027b516e1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export class RemoteUserResolveService {
|
|||
}) as MiLocalUser;
|
||||
}
|
||||
|
||||
host = this.utilityService.punyHost(host);
|
||||
host = this.utilityService.toPuny(host);
|
||||
|
||||
if (host === this.utilityService.toPuny(this.config.host)) {
|
||||
this.logger.info(`return local user: ${usernameLower}`);
|
||||
|
|
Loading…
Reference in a new issue