mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-06-01 00:30:14 +00:00
update message reactions
This commit is contained in:
parent
06dcb9591d
commit
c368196372
@ -34,3 +34,5 @@
|
|||||||
* New features such as message likes and replies added
|
* New features such as message likes and replies added
|
||||||
### 1.1.7
|
### 1.1.7
|
||||||
* Modifying message parsing errors with reminder itemss
|
* Modifying message parsing errors with reminder itemss
|
||||||
|
### 1.1.8
|
||||||
|
* Update message reactions
|
@ -9,7 +9,7 @@
|
|||||||
#### 安装
|
#### 安装
|
||||||
```
|
```
|
||||||
dependencies:
|
dependencies:
|
||||||
wukongimfluttersdk: ^1.1.7
|
wukongimfluttersdk: ^1.1.8
|
||||||
```
|
```
|
||||||
#### 引入
|
#### 引入
|
||||||
```dart
|
```dart
|
||||||
|
@ -499,7 +499,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.1.7"
|
version: "1.1.8"
|
||||||
x25519:
|
x25519:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -44,8 +44,9 @@ class ReactionDB {
|
|||||||
StringBuffer sb = StringBuffer();
|
StringBuffer sb = StringBuffer();
|
||||||
for (int i = 0, size = messageIds.length; i < size; i++) {
|
for (int i = 0, size = messageIds.length; i < size; i++) {
|
||||||
if (i != 0) {
|
if (i != 0) {
|
||||||
sb.write("'");
|
sb.write(",");
|
||||||
}
|
}
|
||||||
|
sb.write("'");
|
||||||
sb.write(messageIds[i]);
|
sb.write(messageIds[i]);
|
||||||
sb.write("'");
|
sb.write("'");
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ description: wukong IM flutter sdk
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# 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
|
# 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.
|
# 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
|
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user