Open frdmn opened 4 years ago
Seeing this too.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still broken in 3.7.0. If you use space it fills in an underscore.
(This stat:stale thing because it hasn't been addressed or added to and then automatically closed is why these bugs stay.)
I'm trying to resolve this in RocketChat/Rocket.Chat#23990; may I request a review?
Today I investigated into several problems regarding custom emojis (cf. https://github.com/RocketChat/feature-requests/issues/807, https://github.com/RocketChat/Rocket.Chat/issues/26980).
In that process, I stumbled upon the problem described in this issue as well which still persists in Rocket.Chat 5.1.4.
Hey, @dudanogueira I want to work on this Issue, Can you assign it to me?
I‘ve already proposed a fix in RocketChat/Rocket.Chat#23990; unfortunately, it appears the dev team has not yet come around to reviewing it…
@dudanogueira @ggazzo
I can't believe it's taken over 2 years...
I can't believe it's taken over 2 years...
Especially since there is more than one PR containing a fix...
@paulchen @RavuAlHemio @frdmn @dudanogueira @LeeThompson Imterested, Please assign. Thanks.
@paulchen @RavuAlHemio @frdmn @dudanogueira @LeeThompson Imterested, Please assign. Thanks.
The Rocket.Chat team does not assign issues to people outside the team.
However, feel free to work on the issue and submit a PR. But be aware that there are already multiple open PRs that might fix this issue.
Description:
According to our docs, it should be possible to add multiple alias names to custom emojis, separated by space character:
This does not seem to be working anymore, the space character will be replaced by a dash instead.
Steps to reproduce:
first second
first_second
Expected behavior:
It should separate the alias input by space, as stated in the docs, and accept multiple alias names.
Actual behavior:
Space character gets replaced by dash. Multiple aliases not possible.
Server Setup Information:
Additional context
Demo video