From 16e3c113b771a79a745237a02a23c784a707d637 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 22 Jun 2020 17:14:52 +0200 Subject: [PATCH] update ffi docs; avatar is sent with messages since end 2019 --- deltachat-ffi/deltachat.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index e8e2cff4c..56155df0e 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -262,8 +262,9 @@ char* dc_get_blobdir (const dc_context_t* context); * - `selfavatar` = File containing avatar. Will immediately be copied to the * `blobdir`; the original image will not be needed anymore. * NULL to remove the avatar. - * It is planned for future versions - * to send this image together with the next messages. + * As for `displayname` and `selfstatus`, also the avatar is sent to the recipients. + * To save traffic, however, the avatar is attached only as needed + * and also recoded to a reasonable size. * - `e2ee_enabled` = 0=no end-to-end-encryption, 1=prefer end-to-end-encryption (default) * - `mdns_enabled` = 0=do not send or request read receipts, * 1=send and request read receipts (default)