mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
feat(GODT-2597): Implement contact specific settings in integration tests.
This commit is contained in:
@ -535,7 +535,7 @@ func getContactSettings(
|
||||
return proton.ContactSettings{}, fmt.Errorf("failed to get contact: %w", err)
|
||||
}
|
||||
|
||||
return contact.GetSettings(userKR, recipient)
|
||||
return contact.GetSettings(userKR, recipient, proton.CardTypeSigned)
|
||||
}
|
||||
|
||||
func getMessageSender(parser *parser.Parser) (string, bool) {
|
||||
|
||||
Reference in New Issue
Block a user