Merge branch 'master' into default_notification_settings
Signed-off-by: Ben Lambert <blam@spotify.com>
This commit is contained in:
+5
@@ -44,5 +44,10 @@ export interface Config {
|
||||
}[];
|
||||
}[];
|
||||
};
|
||||
/*
|
||||
* Time to keep the notifications in the database, defaults to 365 days.
|
||||
* Can be disabled by setting to false.
|
||||
*/
|
||||
retention?: HumanDuration | string | false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user