update message reactions

This commit is contained in:
SL 2023-11-08 11:11:21 +08:00
parent 06dcb9591d
commit c368196372
5 changed files with 8 additions and 5 deletions

View File

@ -33,4 +33,6 @@
### 1.1.6
* New features such as message likes and replies added
### 1.1.7
* Modifying message parsing errors with reminder itemss
* Modifying message parsing errors with reminder itemss
### 1.1.8
* Update message reactions

View File

@ -9,7 +9,7 @@
#### 安装
```
dependencies:
wukongimfluttersdk: ^1.1.7
wukongimfluttersdk: ^1.1.8
```
#### 引入
```dart

View File

@ -499,7 +499,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.7"
version: "1.1.8"
x25519:
dependency: transitive
description:

View File

@ -44,8 +44,9 @@ class ReactionDB {
StringBuffer sb = StringBuffer();
for (int i = 0, size = messageIds.length; i < size; i++) {
if (i != 0) {
sb.write("'");
sb.write(",");
}
sb.write("'");
sb.write(messageIds[i]);
sb.write("'");
}

View File

@ -15,7 +15,7 @@ description: wukong IM flutter sdk
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.7
version: 1.1.8
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
environment: