init
This commit is contained in:
parent
ba3c9af420
commit
ec59ecc639
@ -104,7 +104,7 @@ class IMManager {
|
|||||||
case 'onReceiveJoinApplication':
|
case 'onReceiveJoinApplication':
|
||||||
groupManager.groupListener.onReceiveJoinApplication(
|
groupManager.groupListener.onReceiveJoinApplication(
|
||||||
map['groupId'],
|
map['groupId'],
|
||||||
GroupMembersInfo.fromJson(_formatJson(map['opUser'])),
|
GroupMembersInfo.fromJson(_formatJson(map['member'])),
|
||||||
map['opReason'],
|
map['opReason'],
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user