Refactor notification view to disable push column when push is not
currently possible Closes #821 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -29,9 +29,11 @@ export interface IUserSettings {
|
||||
location?: IUserPreferredLocation;
|
||||
}
|
||||
|
||||
export type IActivitySettingMethod = "email" | "push";
|
||||
|
||||
export interface IActivitySetting {
|
||||
key: string;
|
||||
method: string;
|
||||
method: IActivitySettingMethod;
|
||||
enabled: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user