-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 use 👍 smiley with ":+1" anymore #5657
Comments
Hey @Tatone26, not sure if this is intended behavior, for me doing |
Oh sorry, |
Makes sense, maybe it's a good suggestion to show the emoji autocompletion menu when the user types 2 characters after the |
I'm definitely for showing the emoji maybe juste after ":+", but if it is complicated it is not at all an important feature ! But it could be useful to just have to use " :+ " and return to get the emoji. (And all the other with a similar name) |
I don't work for Signal, but I am interested in making contributions to the codebase. I'll take a look to see if it's a simple change, it sounds to me like it probably is. I'll keep you posted. |
This is the context: The problem so far was that we couldn't send ascii emojis starting with |
@hiqua thanks for sharing the context. I read the thread you shared Add support for ASCII emojis but not sure how it's related to the decision to change the number of characters after the Unless I am missing something, the user can still type :-) if the autocompletion is set to 2 characters instead of 3, sure the menu will pop up, but the user can simply ignore it and keep typing, right? Github for instance shows the emoji suggestion menu right after the |
I think the main problem was that users were typing :-) which would open the menu, then press enter thinking they'd sending the message, but instead selected some random emoji. These are small inconveniences for sure, but if you want to create a PR, take that into consideration. Maybe suggest a change and wait for the devs input. I personally think there could be some whitelist of emojis for which completion would happen earlier, e.g. |
Oh I see what you mean, makes sense. |
I was looking into how Whatsapp does it, and they open the menu 2 characters after the Also I was thinking we should probably close this issue since, at this point, it's pretty much a feature requests, and I think features should be requested on the forums according to the reason why they closed #1837: Sounds good? |
You're are right, it is more a feature request ! Maybe you can create one on the forum ? |
Bug Description
The ":+1" doesn't create 👍 anymore... because to use the :EMOJI:, the name of the emoji needs the to be at least 3 characters long, so same problem for 👎
Steps to Reproduce
1- just try it
Actual Result:
":+1" doesn't give any result.
Expected Result:
":+1" and then "enter" should (like before) create a 👍.
Screenshots
Platform Info
Signal Version:
5.24.0
Operating System:
Windows 11
Linked Device Version:
Link to Debug Log
https://debuglogs.org/f315daea12128213f5833f7ada085ab4af91efd846deb255992683cd0e4445f5.gz
The text was updated successfully, but these errors were encountered: