feat: Log received message sort timestamp

This way it's easier to debug issues like `MsgsNoticed` not emitted for a chat.
This commit is contained in:
iequidoo
2026-03-26 15:34:46 -03:00
committed by iequidoo
parent a947f4296f
commit f1860f90d4

View File

@@ -2358,7 +2358,7 @@ RETURNING id
info!( info!(
context, context,
"Message has {icnt} parts and is assigned to chat #{chat_id}." "Message has {icnt} parts and is assigned to chat #{chat_id}, timestamp={sort_timestamp}."
); );
if !chat_id.is_trash() && !hidden { if !chat_id.is_trash() && !hidden {