mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Introduce SecondaryAddrs config and make stuff work
This commit is contained in:
@@ -351,7 +351,7 @@ async fn set_self_key(
|
||||
}
|
||||
};
|
||||
|
||||
let self_addr = context.get_configured_addr().await?;
|
||||
let self_addr = context.get_primary_self_addr().await?;
|
||||
let addr = EmailAddress::new(&self_addr)?;
|
||||
let keypair = pgp::KeyPair {
|
||||
addr,
|
||||
|
||||
Reference in New Issue
Block a user