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
parent 6dbd1aeb5b
commit 734244f7a4

View File

@@ -2352,7 +2352,7 @@ RETURNING id
info!(
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 {