Merge pull request #2419 from rinsuki/patch-1
https://misskey.xyz/notes/5b7e20bd248403003019b860 の修正
This commit is contained in:
		
						commit
						1598e996b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ export default async (username: string, _host: string, option?: any): Promise<IU
 | 
				
			||||||
	const host = toUnicode(hostAscii);
 | 
						const host = toUnicode(hostAscii);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (config.host == host) {
 | 
						if (config.host == host) {
 | 
				
			||||||
		return await User.findOne({ usernameLower });
 | 
							return await User.findOne({ usernameLower, host: null });
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	let user = await User.findOne({ usernameLower, host }, option);
 | 
						let user = await User.findOne({ usernameLower, host }, option);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue