fix:Update message save remote extra method

This commit is contained in:
SL 2024-04-26 13:22:59 +08:00
parent 0398d2b015
commit 4787f68b83
4 changed files with 11 additions and 9 deletions

View File

@ -73,4 +73,6 @@
### 1.3.6
* fix: Add clear all channel red dots method
### 1.3.7
* fix: Add send message can reminder member method
* fix: Add send message can reminder member method
### 1.3.7
* fix: Update message save remote extra method

View File

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

View File

@ -638,12 +638,12 @@ class MessageDB {
txn.insert(WKDBConst.tableMessageExtra, insertCVList[0],
conflictAlgorithm: ConflictAlgorithm.replace);
}
if (updateCVList.isNotEmpty) {
for (int i = 0; i < updateCVList.length; i++) {
txn.update(WKDBConst.tableMessageExtra, updateCVList[0],
where: "message_id=?",
whereArgs: [updateCVList[i]['message_id']]);
}
}
if (updateCVList.isNotEmpty) {
for (int i = 0; i < updateCVList.length; i++) {
txn.update(WKDBConst.tableMessageExtra, updateCVList[0],
where: "message_id=?",
whereArgs: [updateCVList[i]['message_id']]);
}
}
});

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.3.7
version: 1.3.8
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
environment: