update default message folder import policy to ALL_FOLDERS (#15858)

This commit is contained in:
neo773
2025-11-18 21:29:15 +05:30
committed by GitHub
parent db48059bea
commit 347e855b1f
4 changed files with 115 additions and 1 deletions
@@ -233,7 +233,7 @@ export class MessageChannelWorkspaceEntity extends BaseWorkspaceEntity {
color: 'blue',
},
],
defaultValue: `'${MessageFolderImportPolicy.SELECTED_FOLDERS}'`,
defaultValue: `'${MessageFolderImportPolicy.ALL_FOLDERS}'`,
})
messageFolderImportPolicy: MessageFolderImportPolicy;