fix: Notifications for reactions

This commit is contained in:
Christian Pauly 2022-02-14 15:46:49 +01:00
commit 1f8cdc0134
4 changed files with 15 additions and 3 deletions

View file

@ -261,4 +261,8 @@ class MatrixLocals extends MatrixLocalizations {
@override
String get you => l10n.you;
@override
String sentReaction(String senderName, String reactionKey) =>
l10n.reactedWith(senderName, reactionKey);
}