openimsdk/open-im-sdk-web

Bug: Emoji in message be shown as unreadable codes when sending or receiving messages though miniapp

Closed this issue · 1 comments

What happened?

Emoji in message be shown as unreadable codes when sending or receiving messages though miniapp.

The reason maybe is that there is no TextEncoder/TextDecoder in weixin miniapp .

What did you expect to happen?

please repair the Encoder/Decoder implemented in sdk for emoji

How can we reproduce it (as minimally and precisely as possible)?

send text message with emoji though miniapp sdk

Anything else we need to know?

No response

version

open-im-sdk 3.4.1

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

fixed in 3.5.1-alpha.7, pleasle update open-im-sdk and oimws.