mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
fix: Scaleup contact on securejoin, send more events, use correct create_blocked
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user