-
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
Allow room names to have spaces #7488
Comments
I like the idea. +1 |
I dislike the idea. What chat apps allow this? Just serves to confuse people and helps make room names inconsistent Room names are an identifier, rather than a descriptive name. |
Closes RocketChat#892 Closes RocketChat#7488 Fire global event for Load More during scroll
I am unable to create a channel with spaces in its name. I've tried adding a space to the RegExp in the UTF-8 option in Adminstration > General > UTF-8. |
please check #7595 |
Sounds like the issue I addressed in #10515, just with spaces instead of underscores. |
This is pretty annoying if you create a Discussion (which allows spaces) then rename the discussion. It forces you to put dashes or something in the name. Lack of spaces in room names just feels arbitrary. We are just starting to use Rocket Chat from Flowdock, which allowed spaces in names... which only improved the readability of the room names |
If I recall correctly, we managed to get around this by adding a space to the regex in the setting |
Thanks! Funny I tried that, and somehow "@" replies stopped working. But the allow room names special chars did it! Woohoo! |
There's definitely a way for "@" replies to still work but I'm not really involved with the project anymore so I don't know how to fix it but I'm sure it's just a matter of paying around with settings. |
Thanks you, the above change worked [0-9a-zA-Z-_. ]+ |
Currently room names do not allow spaces. Please add the ability for room names (both public and private) to allow spaces.
The text was updated successfully, but these errors were encountered: