mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
target comments of @flub
This commit is contained in:
@@ -650,7 +650,7 @@ pub fn create_or_lookup_by_contact_id(
|
||||
},
|
||||
create_blocked as u8,
|
||||
contact.get_addr(),
|
||||
dc_create_smeared_timestamp(context),
|
||||
time(),
|
||||
),
|
||||
params![],
|
||||
)?;
|
||||
@@ -1398,7 +1398,7 @@ pub fn create_group_chat(
|
||||
},
|
||||
chat_name.as_ref(),
|
||||
grpid,
|
||||
dc_create_smeared_timestamp(context),
|
||||
time(),
|
||||
],
|
||||
)?;
|
||||
|
||||
|
||||
@@ -1449,7 +1449,7 @@ fn create_group_record(
|
||||
grpname.as_ref(),
|
||||
grpid.as_ref(),
|
||||
create_blocked,
|
||||
dc_create_smeared_timestamp(context),
|
||||
time(),
|
||||
],
|
||||
)
|
||||
.is_err()
|
||||
|
||||
Reference in New Issue
Block a user