fix: Notifications for reactions
This commit is contained in:
parent
9a594824bb
commit
1f8cdc0134
4 changed files with 15 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue