hostLowerは廃止してhostにlowerしたものを入れるように

This commit is contained in:
syuilo
2018-04-14 14:39:07 +09:00
parent 26c979bcec
commit d81c20f163
9 changed files with 10 additions and 16 deletions

View File

@ -78,7 +78,6 @@ export default async (user: IUser, data: {
_renote: data.renote ? { userId: data.renote.userId } : null,
_user: {
host: user.host,
hostLower: user.hostLower,
inbox: isRemoteUser(user) ? user.inbox : undefined
}
};