mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
add an option to check quickly if location streaming is enabled for any chat
This commit is contained in:
parent
a8715f1b74
commit
b0c5670ed9
2 changed files with 15 additions and 13 deletions
|
@ -727,6 +727,9 @@ char* dc_cmdline(dc_context_t* context, const char* cmdline)
|
|||
dc_log_info(context, 0, "================================================================================");
|
||||
}
|
||||
}
|
||||
if (dc_is_sending_locations_to_chat(context, 0)) {
|
||||
dc_log_info(context, 0, "Location streaming enabled.");
|
||||
}
|
||||
ret = dc_mprintf("%i chats.", (int)cnt);
|
||||
dc_chatlist_unref(chatlist);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue