feat: Automatic key requests and better key error dialog

This commit is contained in:
Christian Pauly 2022-09-08 09:12:08 +02:00
commit 5aea0c31fa
6 changed files with 53 additions and 23 deletions

View file

@ -175,7 +175,7 @@ class MatrixLocals extends MatrixLocalizations {
String get needPantalaimonWarning => l10n.needPantalaimonWarning;
@override
String get noPermission => l10n.noPermission;
String get noPermission => l10n.noKeyForThisMessage;
@override
String redactedAnEvent(String senderName) {