mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36: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,
|
create_blocked as u8,
|
||||||
contact.get_addr(),
|
contact.get_addr(),
|
||||||
dc_create_smeared_timestamp(context),
|
time(),
|
||||||
),
|
),
|
||||||
params![],
|
params![],
|
||||||
)?;
|
)?;
|
||||||
@@ -1398,7 +1398,7 @@ pub fn create_group_chat(
|
|||||||
},
|
},
|
||||||
chat_name.as_ref(),
|
chat_name.as_ref(),
|
||||||
grpid,
|
grpid,
|
||||||
dc_create_smeared_timestamp(context),
|
time(),
|
||||||
],
|
],
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
|||||||
@@ -1449,7 +1449,7 @@ fn create_group_record(
|
|||||||
grpname.as_ref(),
|
grpname.as_ref(),
|
||||||
grpid.as_ref(),
|
grpid.as_ref(),
|
||||||
create_blocked,
|
create_blocked,
|
||||||
dc_create_smeared_timestamp(context),
|
time(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
.is_err()
|
.is_err()
|
||||||
|
|||||||
Reference in New Issue
Block a user