RocketChat / RocketChat/Rocket.Chat
Discrepancy in the feedback for available channel names
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
When we write the channel name while creating a new channel, sometimes the feedback which is supposed to show the availability of that name generates wrong names. Sometimes it responds with a string which is a substring of our chosen name.
Steps to reproduce:
1)Click on create new channel button on the left-hand side panel of the rocket-chat window.

2)Try searching for possible channel names in the Name textbox.
Expected Behaviour:
The feedback should spell our chosen name exactly.
Actual Behaviour:
Sometimes generates incorrectly spelled names.
1)Test 1

2)Test 2

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
Start by reproducing the issue in the create-new-channel UI using the Name textbox and compare the feedback with the entered channel name. Trace the availability feedback from that entry point; done means suggested or reported names preserve the chosen spelling exactly in both reported test cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100