fix: Scaleup contact on securejoin, send more events, use correct create_blocked

This commit is contained in:
Hocuri
2025-09-05 21:46:26 +02:00
parent 01d9acbf6a
commit b5a54aa6cf
2 changed files with 11 additions and 8 deletions

View File

@@ -5195,6 +5195,8 @@ impl Context {
return contact::set_blocked(self, Nosync, contact_id, false).await;
}
SyncAction::MarkVerified => {
ContactId::scaleup_origin(self, &[contact_id], Origin::SecurejoinJoined)
.await?;
return contact::mark_contact_id_as_verified(
self,
contact_id,