hostLowerは廃止してhostにlowerしたものを入れるように
This commit is contained in:
@ -49,7 +49,6 @@ type IUserBase = {
|
||||
isSuspended: boolean;
|
||||
keywords: string[];
|
||||
host: string;
|
||||
hostLower: string;
|
||||
};
|
||||
|
||||
export interface ILocalUser extends IUserBase {
|
||||
|
Reference in New Issue
Block a user