mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
add dc_msg_is_truncated and dc_msg_get_full_text
This commit is contained in:
@@ -189,7 +189,7 @@ unsafe fn log_msg(context: &Context, prefix: impl AsRef<str>, msg: &Message) {
|
||||
_ => "",
|
||||
};
|
||||
let temp2 = dc_timestamp_to_str(msg.get_timestamp());
|
||||
let msgtext = msg.get_text();
|
||||
let msgtext = msg.get_text(false);
|
||||
info!(
|
||||
context,
|
||||
"{}#{}{}{}: {} (Contact#{}): {} {}{}{}{}{} [{}]",
|
||||
|
||||
Reference in New Issue
Block a user