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

@ -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": {}
}
}
}