mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-04 22:36:11 +00:00
hostLowerは廃止してhostにlowerしたものを入れるように
This commit is contained in:
@@ -118,7 +118,6 @@ export default async (ctx: Koa.Context) => {
|
||||
username: username,
|
||||
usernameLower: username.toLowerCase(),
|
||||
host: null,
|
||||
hostLower: null,
|
||||
keypair: generateKeypair(),
|
||||
token: secret,
|
||||
email: null,
|
||||
|
||||
Reference in New Issue
Block a user