For now, 'Saved messages' are auto-deleted from the server, but not from device

This commit is contained in:
B. Petersen
2020-03-09 16:40:53 +01:00
committed by Alexander Krotov
parent 248e6ea5e7
commit ff8b249cc6

View File

@@ -379,9 +379,8 @@ char* dc_get_blobdir (const dc_context_t* context);
* Messages are deleted whether they were seen or not, the UI should clearly point that out.
* - `delete_server_after` = 0=do not delete messages from server automatically (default),
* >=1=seconds, after which messages are deleted automatically from the server.
* Messages in the "saved messages" chat (see dc_chat_is_self_talk()) are skipped.
* Also emails matching the `show_emails` settings above are deleted from the server,
* the UI should clearly point that out.
* "Saved messages" are deleted from the server as well as
* emails matching the `show_emails` settings above, the UI should clearly point that out.
*
* If you want to retrieve a value, use dc_get_config().
*