diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a2f3c..84d270a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,6 @@ ### 1.0.8 * Modify Query History Message ### 1.0.9 - * Optimize Query History Message \ No newline at end of file + * Optimize Query History Message + ### 1.0.9 + * Update query conversation all record \ No newline at end of file diff --git a/README.md b/README.md index 0b3cc2f..e71dd52 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ #### 安装 ``` dependencies: - wukongimfluttersdk: ^1.0.9 + wukongimfluttersdk: ^1.1.0 ``` #### 引入 ```dart diff --git a/example/pubspec.lock b/example/pubspec.lock index 3820224..bcf6b96 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -499,7 +499,7 @@ packages: path: ".." relative: true source: path - version: "1.0.9" + version: "1.1.0" x25519: dependency: transitive description: diff --git a/lib/db/conversation.dart b/lib/db/conversation.dart index bde8142..ed54cf0 100644 --- a/lib/db/conversation.dart +++ b/lib/db/conversation.dart @@ -154,6 +154,8 @@ class ConversationDB { insertList.add(getMap(msg, true)); } } + } else { + insertList.add(getMap(msg, true)); } } if (insertList.isNotEmpty || updateList.isNotEmpty) { diff --git a/pubspec.yaml b/pubspec.yaml index b6842cb..183372e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.0.9 +version: 1.1.0 homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK environment: