-
Notifications
You must be signed in to change notification settings - Fork 43
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
Option to display emojis just as the official clients #178
Comments
I don't think I've ever seen bitlbee-facebook remove emoji. If someone in one of my chats sends an emoji, I get it on IRC. Are you sure this isn't a client/font problem? |
There are four ways to send emoji to people on FB messenger:
Now it just seems that bitlbee-facebook doesn't seem to get the emojified text for some reason, could it be requested somehow? |
For cases 3 & 4, the clients themselves probably do the transform. bitlbee-facebook would have to convert emoticons to emoji itself, if I'm right about that. Not technically difficult to implement, but the mappings could be tedious to build if they can't be extracted from one of the official apps somehow. Do keep in mind that I'm basically speculating without looking at the actual data on the wire because it's 3am and I'm half-asleep. There could be a server-side conversion I don't know about, definitely. (But somehow I doubt it.) As an aside: You might consider changing the title of this issue to reflect what it's actually requesting. What you described doesn't sound like "disabling" a "de-emoji" function, but "enabling" an "emoticon-to-emoji conversion" function instead. |
A mapping could also solve the problem of seeing a long image url every time someone presses thumbs-up, I can probably write that URL by heart now. Though if bitlbee-facebook starts to convert, then "`", "``````" and LaTeX modes have to be kept in mind (there might be even more), can't emojify math and code. I think this is a good idea but somehow |
I use this now, for the exact reason that I cannot see emojis in my terminal, and I could not send them. https://github.com/eyJhb/weechat-emoji2ascii I do not think, this is a request for this extension to Bitlbee, as the client can handle it without a problem.. |
It would be really nice if I could disable bitlbee-facebook's de-emoji part, my client can display them nicely.
The text was updated successfully, but these errors were encountered: