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