mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 23:47:26 +00:00
fix:Update parsing channel member extension data
This commit is contained in:
parent
1b1313958c
commit
7bf9fe5d43
@ -85,4 +85,6 @@
|
|||||||
### 1.4.2
|
### 1.4.2
|
||||||
* fix: Optimize synchronization channel messages
|
* fix: Optimize synchronization channel messages
|
||||||
### 1.4.3
|
### 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
|
@ -1,5 +1,3 @@
|
|||||||
import 'dart:collection';
|
|
||||||
|
|
||||||
class WKChannelMember {
|
class WKChannelMember {
|
||||||
String channelID = "";
|
String channelID = "";
|
||||||
//频道类型
|
//频道类型
|
||||||
@ -27,7 +25,7 @@ class WKChannelMember {
|
|||||||
// 机器人0否1是
|
// 机器人0否1是
|
||||||
int robot = 0;
|
int robot = 0;
|
||||||
//扩展字段
|
//扩展字段
|
||||||
HashMap extraMap = HashMap();
|
dynamic extraMap;
|
||||||
// 用户备注
|
// 用户备注
|
||||||
String remark = "";
|
String remark = "";
|
||||||
// 邀请者uid
|
// 邀请者uid
|
||||||
|
@ -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.4.3
|
version: 1.4.4
|
||||||
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
|
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user