mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
Fix: Unexpected remote user is selected (#3032)
This commit is contained in:
parent
479d7e0087
commit
518646b925
@ -8,7 +8,7 @@ export default async (username: string, _host: string, option?: any): Promise<IU
|
||||
const usernameLower = username.toLowerCase();
|
||||
|
||||
if (_host == null) {
|
||||
return await User.findOne({ usernameLower });
|
||||
return await User.findOne({ usernameLower, host: null });
|
||||
}
|
||||
|
||||
const hostAscii = toASCII(_host).toLowerCase();
|
||||
|
Loading…
Reference in New Issue
Block a user