1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

clearify comment

This commit is contained in:
B. Petersen 2018-12-02 23:32:39 +01:00
parent 05abf7a4c6
commit c64aa0d6f1
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -1059,7 +1059,7 @@ static uint32_t get_draft_msg_id(dc_context_t* context, uint32_t chat_id)
static int set_draft_raw(dc_context_t* context, uint32_t chat_id, dc_msg_t* msg)
{
// similar to as dc_set_draft() but does not send a message
// similar to as dc_set_draft() but does not emit an event
sqlite3_stmt* stmt = NULL;
char* pathNfilename = NULL;
uint32_t prev_draft_msg_id = 0;