hostLowerは廃止してhostにlowerしたものを入れるように
This commit is contained in:
parent
26c979bcec
commit
d81c20f163
9 changed files with 10 additions and 16 deletions
|
@ -66,7 +66,6 @@ export type INote = {
|
|||
};
|
||||
_user: {
|
||||
host: string;
|
||||
hostLower: string;
|
||||
account: {
|
||||
inbox?: string;
|
||||
};
|
||||
|
|
|
@ -49,7 +49,6 @@ type IUserBase = {
|
|||
isSuspended: boolean;
|
||||
keywords: string[];
|
||||
host: string;
|
||||
hostLower: string;
|
||||
};
|
||||
|
||||
export interface ILocalUser extends IUserBase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue