Update query conversation all record

This commit is contained in:
SL 2023-09-10 16:11:57 +08:00
parent 37768f3745
commit 1abdbaed38
5 changed files with 8 additions and 4 deletions

View File

@ -18,3 +18,5 @@
* Modify Query History Message * Modify Query History Message
### 1.0.9 ### 1.0.9
* Optimize Query History Message * Optimize Query History Message
### 1.0.9
* Update query conversation all record

View File

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

View File

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

View File

@ -154,6 +154,8 @@ class ConversationDB {
insertList.add(getMap(msg, true)); insertList.add(getMap(msg, true));
} }
} }
} else {
insertList.add(getMap(msg, true));
} }
} }
if (insertList.isNotEmpty || updateList.isNotEmpty) { if (insertList.isNotEmpty || updateList.isNotEmpty) {

View File

@ -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.0.9 version: 1.1.0
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
environment: environment: