Open huan opened 5 years ago
The message content from Wechat that includes emojis will like this:
<img class="emoji emoji1f44f" text="_web" src="/zh_CN/htmledition/v2/images/spacer.gif" /><img class="emoji emoji1f44f" text="_web" src="/zh_CN/htmledition/v2/images/spacer.gif" />
We need to find a clean way to convert them to HTML so that we can use intent.sendMessage() to send them and show them correctly on the Matrix clients.
intent.sendMessage()
How about using this dependence https://github.com/JiLiZART/bbob
It would be great if there's any existing library that can do this conversion for us!
The message content from Wechat that includes emojis will like this:
We need to find a clean way to convert them to HTML so that we can use
intent.sendMessage()
to send them and show them correctly on the Matrix clients.