Remove requirement for stopping io for imex

This commit is contained in:
Floris Bruynooghe
2023-03-08 16:17:14 +01:00
committed by link2xt
parent 097113f01e
commit 32a7e5ed82

View File

@@ -2100,8 +2100,7 @@ dc_contact_t* dc_get_contact (dc_context_t* context, uint32_t co
/** /**
* Import/export things. * Import/export things.
* During backup import/export IO must not be started, *
* if needed stop IO using dc_accounts_stop_io() or dc_stop_io() first.
* What to do is defined by the _what_ parameter which may be one of the following: * What to do is defined by the _what_ parameter which may be one of the following:
* *
* - **DC_IMEX_EXPORT_BACKUP** (11) - Export a backup to the directory given as `param1` * - **DC_IMEX_EXPORT_BACKUP** (11) - Export a backup to the directory given as `param1`