feat(GODT-2597): Implement contact specific settings in integration tests.

This commit is contained in:
Romain Le Jeune
2023-09-15 10:53:58 +00:00
parent cab32d5d5a
commit fa794a982b
9 changed files with 577 additions and 6 deletions

View File

@ -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) {