Adapt to things that changed when I rebased

This commit is contained in:
Hocuri
2025-09-03 22:02:37 +02:00
parent 286f913f6e
commit 8eb5fc528f
2 changed files with 10 additions and 1 deletions

View File

@@ -5182,7 +5182,7 @@ impl Context {
return contact::mark_contact_id_as_verified(
self,
contact_id,
ContactId::SELF,
Some(ContactId::SELF),
)
.await;
}