fix:Update parsing channel member extension data

This commit is contained in:
SL 2024-06-06 11:52:09 +08:00
parent 1b1313958c
commit 7bf9fe5d43
3 changed files with 5 additions and 5 deletions

View File

@ -85,4 +85,6 @@
### 1.4.2
* fix: Optimize synchronization channel messages
### 1.4.3
* fix: Modifying messages sent by oneself will increase the issue of unread quantity
* fix: Modifying messages sent by oneself will increase the issue of unread quantity
### 1.4.4
* fix: Update parsing channel member extension data

View File

@ -1,5 +1,3 @@
import 'dart:collection';
class WKChannelMember {
String channelID = "";
//
@ -27,7 +25,7 @@ class WKChannelMember {
// 01
int robot = 0;
//
HashMap extraMap = HashMap();
dynamic extraMap;
//
String remark = "";
// uid

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