mautrix / slack

A Matrix-Slack puppeting bridge
GNU Affero General Public License v3.0
61 stars 17 forks source link

emoji ๐Ÿ‘ from matrix side is not bridged #15

Open zhubonan opened 1 year ago

zhubonan commented 1 year ago

The ๐Ÿ‘ reaction cannot be set in portal rooms and an error of the short code not found is shown.

image

Looking at the log I see this: image

Seems that the recorded ๐Ÿ‘ in the message is different? If I copy this ๐Ÿ‘ and paste it, it becsomes smaller, maybe there are different kinds of๐Ÿ‘?

zhubonan commented 1 year ago

A closer look at the bytes using hex edit mode of vim:

image

image

There is an extra ef ba 8f sequence following the emoji's code (f0 9f 91 8d).

slagiewka commented 11 months ago

Using the latest Docker build from 17.07 (cb748db) I can't reproduce this issue.