常にメディアを閲覧注意として投稿するオプションを実装
This commit is contained in:
parent
c87a43bdba
commit
3220d69a69
7 changed files with 37 additions and 5 deletions
|
@ -102,7 +102,10 @@ export interface ILocalUser extends IUserBase {
|
|||
twoFactorEnabled: boolean;
|
||||
twoFactorTempSecret?: string;
|
||||
clientSettings: any;
|
||||
settings: any;
|
||||
settings: {
|
||||
autoWatch: boolean;
|
||||
alwaysMarkNsfw?: boolean;
|
||||
};
|
||||
hasUnreadNotification: boolean;
|
||||
hasUnreadMessagingMessage: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue