Skip to content
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

Emojis in Pushbullet #100

Open
Crowlord opened this issue Oct 7, 2020 · 5 comments
Open

Emojis in Pushbullet #100

Crowlord opened this issue Oct 7, 2020 · 5 comments
Labels

Comments

@Crowlord
Copy link

Crowlord commented Oct 7, 2020

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.

@fraschetti fraschetti added the bug label Nov 20, 2020
@fraschetti
Copy link
Owner

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.

@Crowlord
Copy link
Author

Crowlord commented Dec 2, 2020

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
Copy link
Author

Crowlord commented Dec 2, 2020

Screenshot 2020-12-02 100849
message

@Links2004
Copy link

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
Copy link

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants