Octoslack icon indicating copy to clipboard operation
Octoslack copied to clipboard

Emojis in Pushbullet

Open Crowlord opened this issue 4 years ago • 5 comments

Just jumped on this as telegram plugin is essentially dead.

It integrated with pushbullet just great but my emojis are just showing as text (both on phone and in push). Is there a library i need to include or something or is this just unsupported here? Telegram emojis show up just fine in Pushbullet.

Crowlord avatar Oct 07 '20 10:10 Crowlord

Hi @Crowlord

This seems like a relatively straightforward issue. Do you mind sharing one of your message configs (where I can see the emoji you're using) and also a screenshot of what you see in Pushbullet? I mainly just want to confirm I see the same thing on my end when I work to fix it.

Thanks in advance.

fraschetti avatar Nov 20 '20 05:11 fraschetti

Sorry only just seen this!

I switched over to Discord instead which works great.

I will put PB back on my test bed and get back to you.

Crowlord avatar Dec 02 '20 10:12 Crowlord

Screenshot 2020-12-02 100849 message

Crowlord avatar Dec 02 '20 10:12 Crowlord

looks like matrix has the same problem:

image

do you like a new Issue for this or is it the same?

site node: matrix handles emotes via utf8 or html encode (example bell: 🔔) 🔔

Links2004 avatar Jan 10 '21 13:01 Links2004

may https://pypi.org/project/emoji/ helps here. but no idea in which place in the code its needed.

>> import emoji
>> print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
Python is 👍

Links2004 avatar Jan 10 '21 18:01 Links2004