Merge branch 'master' of github.com:mattermost/mattermost-server into MM-50966-in-product-expansion

This commit is contained in:
Conor Macpherson
2023-04-10 15:44:47 -04:00
755 changed files with 10576 additions and 6549 deletions

View File

@@ -261,6 +261,8 @@ export type DataRetentionPolicy = {
file_deletion_enabled: boolean;
message_retention_cutoff: number;
file_retention_cutoff: number;
boards_retention_cutoff: number;
boards_deletion_enabled: boolean;
};
export type ServiceSettings = {