You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone is sending an emoji in Skype, it is shown in the matrix client as xml.
for example:
:-) --> <ss type="smile">:-)</ss>
(y) --> <ss type="yes">(y)</ss>
On the other hand, sending emojis from matrix is working okay, but the animated emojis from Skype need the xml syntax.
Sending the xml stuff leads to a correct presentation on Skype.
The text was updated successfully, but these errors were encountered:
If someone is sending an emoji in Skype, it is shown in the matrix client as xml.
for example:
:-)
--><ss type="smile">:-)</ss>
(y)
--><ss type="yes">(y)</ss>
On the other hand, sending emojis from matrix is working okay, but the animated emojis from Skype need the xml syntax.
Sending the xml stuff leads to a correct presentation on Skype.
The text was updated successfully, but these errors were encountered: