@ -2714,5 +2714,13 @@
"markAsRead": "Mark as read",
"matrixWidgets": "Matrix Widgets",
"integrationsNotImplemented": "Editing widgets and integrations is not possible yet.",
"editIntegrations": "Edit widgets and integrations"
"editIntegrations": "Edit widgets and integrations",
"reactedWith": "{sender} reacted with {reaction}",
"@reactedWith": {
"type": "text",
"placeholders": {
"sender": {},
"reaction": {}
}
@ -261,4 +261,8 @@ class MatrixLocals extends MatrixLocalizations {
@override
String get you => l10n.you;
String sentReaction(String senderName, String reactionKey) =>
l10n.reactedWith(senderName, reactionKey);
@ -832,7 +832,7 @@ packages:
name: matrix
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.6"
version: "0.8.7"
matrix_api_lite:
dependency: transitive
description:
@ -51,7 +51,7 @@ dependencies:
intl: any
localstorage: ^4.0.0+1
lottie: ^1.2.1
matrix: ^0.8.6
matrix: ^0.8.7
matrix_link_text: ^1.0.2
open_noti_settings: ^0.4.0
package_info_plus: ^1.2.1