hrxiang 4 years ago
parent ba3c9af420
commit ec59ecc639
  1. 2
      lib/src/manager/im_manager.dart

@ -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…
Cancel
Save