target comments of @flub

This commit is contained in:
B. Petersen
2019-11-28 23:56:12 +01:00
parent cdc2847b96
commit b6bb5b79af
2 changed files with 3 additions and 3 deletions

View File

@@ -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(),
],
)?;