RocketChat / RocketChat/Rocket.Chat
Can't create a private channel with non-latin chars
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Button "Create" of private channel is active (not disabled) if i write something like
День Рождения
but clicking on it does nothing: no error message or actual doing.
Only when i rename group to purely latin chars it works.
Either please support unicode names or add proper validation.
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
Reproduce private-channel creation with the Cyrillic name “День Рождения,” then compare it with a purely Latin name. Trace the private-channel creation flow and its validation feedback. Done means Unicode names work successfully, or invalid names are rejected with a clear error instead of silently doing nothing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100