Add e2ee settings
This commit is contained in:
parent
178e50a564
commit
c6c419f76d
15 changed files with 357 additions and 50 deletions
|
|
@ -162,7 +162,9 @@ extension LocalizedBody on Event {
|
|||
break;
|
||||
case EventTypes.Encryption:
|
||||
localizedBody =
|
||||
I18n.of(context).activatedEndToEndEncryption(senderName);
|
||||
I18n.of(context).activatedEndToEndEncryption(senderName) +
|
||||
". " +
|
||||
I18n.of(context).needPantalaimonWarning;
|
||||
break;
|
||||
case EventTypes.Encrypted:
|
||||
localizedBody = I18n.of(context).couldNotDecryptMessage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue