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:
parent
05abf7a4c6
commit
c64aa0d6f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue