This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
Account type
Live
Conversation details
Group, desktop & mobile
Steps to reproduce
Unable to use emotes such as (creditcard) or flags such as (flag:us) in a rich text message when using the sendMsg() function.
Basically many emotes aren't in SkypeUtils.static["items"], so it doesn't work when calling SkypeMsg.Emote() either as that method relies on SkypeUtils.static["items"].
Rich text seems to force Skype emotes in all formats EXCEPT UniCode to not embed.
Example: (flag:us) will not embed properly if rich=true, but will work if rich=false.
Result or traceback
Unable to use many emotes in rich text messages.
Sorry if there is already a known fix that I was unable to find. I looked and couldn't find anything.