mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-29 23:22:52 +00:00
fix:Update message save remote extra method
This commit is contained in:
parent
0398d2b015
commit
4787f68b83
@ -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
|
@ -9,7 +9,7 @@
|
||||
#### 安装
|
||||
```
|
||||
dependencies:
|
||||
wukongimfluttersdk: ^1.3.7
|
||||
wukongimfluttersdk: ^1.3.8
|
||||
```
|
||||
#### 引入
|
||||
```dart
|
||||
|
@ -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']]);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user