We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173571 commit 1d1073eCopy full SHA for 1d1073e
deltachat-ffi/deltachat.h
@@ -490,7 +490,7 @@ char* dc_get_blobdir (const dc_context_t* context);
490
* - `download_limit` = Messages up to this number of bytes are downloaded automatically.
491
* For messages with large attachments, two messages are sent:
492
* a Pre-Message containing metadata and a Post-Message containing the attachment.
493
- * Pre-Messages are always downloaded and show a placeholder message
+ * Pre-Messages are always downloaded and show a placeholder message.
494
* These messages can be downloaded fully using dc_download_full_msg() later.
495
* Post-Messages are automatically downloaded if they are smaller than the download_limit.
496
* 0=no limit (default).
0 commit comments