build: Update to Matrix SDK 0.32.0

This commit is contained in:
Krille 2024-08-09 11:35:11 +02:00
commit 02430a952d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 8 additions and 4 deletions

View file

@ -347,4 +347,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String invitedBy(String senderName) => l10n.invitedBy(senderName);
@override
String get cancelledSend => l10n.sendCanceled;
}