|
|
@@ -219,7 +219,8 @@ export class TaskService implements OnModuleInit {
|
|
|
checkConnection: data.checkConnection,
|
|
|
country: data.country,
|
|
|
matchDevice: data.matchDevice,
|
|
|
- useBackup: data.useBackup
|
|
|
+ useBackup: data.useBackup,
|
|
|
+ endToEndEncryption: data.endToEndEncryption
|
|
|
}
|
|
|
)
|
|
|
}
|
|
|
@@ -1039,7 +1040,8 @@ export class TaskService implements OnModuleInit {
|
|
|
cleanCount: task.cleanCount || (await this.getConfig('clean_count', 20)),
|
|
|
requestNumberInterval: task.requestNumberInterval || (await this.getConfig('request_number_interval', 100)),
|
|
|
checkConnection: task.checkConnection,
|
|
|
- useBackup: task.useBackup
|
|
|
+ useBackup: task.useBackup,
|
|
|
+ endToEndEncryption: task.endToEndEncryption
|
|
|
}
|
|
|
|
|
|
await this.updateTaskItemStatusAndSendAt(
|