This commit is contained in:
hrxiang 2021-07-12 15:04:16 +08:00
parent ba3c9af420
commit ec59ecc639

View File

@ -104,7 +104,7 @@ class IMManager {
case 'onReceiveJoinApplication':
groupManager.groupListener.onReceiveJoinApplication(
map['groupId'],
GroupMembersInfo.fromJson(_formatJson(map['opUser'])),
GroupMembersInfo.fromJson(_formatJson(map['member'])),
map['opReason'],
);
break;