Skip to content

Commit f862aec

Browse files
committed
Create initial from with sender timestamp
1 parent f62e1ff commit f862aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receive_imf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ async fn create_group(
20962096
VALUES (?1, ?2, ?3)
20972097
ON CONFLICT (chat_id, contact_id)
20982098
DO UPDATE SET add_timestamp=MAX(add_timestamp, ?3)",
2099-
(chat_id, from_id, tools::time()),
2099+
(chat_id, from_id, mime_parser.timestamp_sent),
21002100
)?;
21012101
}
21022102

0 commit comments

Comments
 (0)