forked from Silverfish/proton-bridge
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