MM-53688 Remove boards dataretention (#24231)
* remove boards data-retention * remove another variable * update snapshots, to remove boards * need to keep config settings until focalboard is updated --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5b48a712d1
Коммит
faea229921
@@ -790,10 +790,8 @@ export type BleveSettings = {
|
||||
export type DataRetentionSettings = {
|
||||
EnableMessageDeletion: boolean;
|
||||
EnableFileDeletion: boolean;
|
||||
EnableBoardsDeletion: boolean;
|
||||
MessageRetentionDays: number;
|
||||
FileRetentionDays: number;
|
||||
BoardsRetentionDays: number;
|
||||
DeletionJobStartTime: string;
|
||||
BatchSize: number;
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user