RocketChat / RocketChat/Rocket.Chat
@-completion case insensitive, but @-targets are case sensitive
Open
@sampaiodiego is already working on this.
Since Jul 25, 2019.
type: bug
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Your Rocket.Chat version: 0.31
Assuming the username 'galmok' exist, typing @GALMOK will cause username completion to pop up while I type, offering 'galmok'. If I do not use the completion and hence use '@GALMOK', '@GALMOK' appears as normal text and no notification is sent to the user galmok.
Shouldn't the completion system (that performs a case insensitive match) match the notification system (that makes a case sensitive match)?
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.
Assessment
This issue has not been assessed yet.