fix: Forward arbitrary message content

This commit is contained in:
krille-chan 2024-01-14 14:27:05 +01:00
commit c67df2e14f
No known key found for this signature in database
2 changed files with 23 additions and 5 deletions

View file

@ -2409,5 +2409,12 @@
"url": {},
"error": {}
}
},
"forwardMessageTo": "Forward message to {roomName}?",
"@forwardMessageTo": {
"type": "text",
"placeholders": {
"roomName": {}
}
}
}