mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user