chore: Update matrix sdk to 0.18.0

This commit is contained in:
Christian Kußowski 2023-03-15 09:44:34 +01:00
commit 6e747c3153
4 changed files with 13 additions and 10 deletions

View file

@ -308,4 +308,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String wasDirectChatDisplayName(String oldDisplayName) =>
l10n.wasDirectChatDisplayName(oldDisplayName);
//@override
String get unknownUser => l10n.user;
}