build: Update matrix dart sdk

This commit is contained in:
Krille 2024-07-29 08:36:54 +02:00
commit 21e7c3f8cb
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 13 additions and 6 deletions

View file

@ -344,4 +344,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String startedKeyVerification(String senderName) =>
l10n.startedKeyVerification(senderName);
@override
String invitedBy(String senderName) => l10n.invitedBy(senderName);
}