slack icon indicating copy to clipboard operation
slack copied to clipboard

emoji ๐Ÿ‘ from matrix side is not bridged

Open zhubonan opened this issue 2 years ago โ€ข 2 comments

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 avatar Jan 31 '23 18:01 zhubonan

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).

zhubonan avatar Feb 01 '23 11:02 zhubonan

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

slagiewka avatar Jul 30 '23 13:07 slagiewka