fraschetti/Octoslack

Emojis in Pushbullet

Crowlord opened this issue ยท 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.

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.

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.

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: 🔔) ๐Ÿ””

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 ๐Ÿ‘