RocketChat / RocketChat/Rocket.Chat
Outgoing webhook form: HTML tag isn't parsed
Open
Nobody has claimed this yet.
area: ui/ux
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
When creating/editing an outgoing webhook form, there is a setting to turn on/off the run on edit. In the explanation, there is a <strong> tag that isn't parsed correctly.
Steps to reproduce:
- Go to
Administration->Integrations->New->Outgoing - Scroll to the bottom and click on
Advanced settings - Scroll to the bottom and notice the
<strong>tag
Expected behavior:
English hint should be: new messages
Actual behavior:
English hint is: <strong>new</strong> messages

Server Setup Information:
- Version of Rocket.Chat Server: 3.6.0
- Operating System: Debian 10
- Deployment Method: Tar
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version: 12.14.0
- MongoDB Version: 4.2.6
Client Setup Information
- Desktop App or Browser Version: Both
- Operating System: All
Additional context
Relevant logs:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Administration → Integrations → New → Outgoing, expand Advanced settings, and inspect the hint for the run-on-edit setting. Find the source or translation for this hint, correct the HTML rendering, and verify that it displays “new” in bold rather than showing the strong tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100