mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
Use smeared timestamps for chat creation times
This commit is contained in:
@@ -1797,7 +1797,7 @@ async fn create_multiuser_record(
|
||||
grpname.as_ref(),
|
||||
grpid.as_ref(),
|
||||
create_blocked,
|
||||
time(),
|
||||
dc_create_smeared_timestamp(context).await,
|
||||
create_protected,
|
||||
],
|
||||
).await?;
|
||||
|
||||
Reference in New Issue
Block a user