Use smeared timestamps for chat creation times

This commit is contained in:
link2xt
2021-06-26 18:56:21 +03:00
parent 8ce9a78d6c
commit 0b3eece26d
2 changed files with 9 additions and 3 deletions

View File

@@ -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?;