hostLowerは廃止してhostにlowerしたものを入れるように
This commit is contained in:
@ -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
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user