-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create cyrillic room name #892
Comments
I ran a quick test and, for the channel creation (and name editing), it's just a matter of changing However, we mostly end up with an ugly URL, since FlowRouter.path params are automatically encoded ...but we can access the channel by its regular characters, so it might be a not-that-big issue ...as it could be Anyways, this was just a bit of hacking into our codebase but we would certainly need to test this further and come up with a long-lasting solution 😄 |
Yes. Please read the last comment of this thread - kadirahq/flow-router#168 |
Related to #640 |
Closes RocketChat#892 Closes RocketChat#7488 Fire global event for Load More during scroll
It is error message:
"is not a valid room name,
use only letters, numbers and dashes"
when try to create room name in Russian (e.g. "Знакомства").
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: