chore: Update to matrix sdk main

This commit is contained in:
Christian Kußowski 2025-09-30 12:59:08 +02:00
commit 2add91fc57
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 25 additions and 29 deletions

View file

@ -360,4 +360,7 @@ class MatrixLocals extends MatrixLocalizations {
? ''
: '${duration.inMinutes.toString().padLeft(2, '0')}:${(duration.inSeconds % 60).toString().padLeft(2, '0')}',
);
@override
String get refreshingLastEvent => l10n.loadingPleaseWait;
}