Merge branch 'master' into default_notification_settings

Signed-off-by: Ben Lambert <blam@spotify.com>
This commit is contained in:
Ben Lambert
2025-07-15 10:52:30 +02:00
committed by GitHub
1540 changed files with 60070 additions and 36152 deletions
+5
View File
@@ -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;
};
}