File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class GroupChat extends Chat {
9898 419 : 'The participant can\'t be added because the group is full'
9999 } ;
100100
101- await window . Store . GroupQueryAndUpdate ( groupWid ) ;
101+ await window . Store . GroupQueryAndUpdate ( { id : groupId } ) ;
102102 const groupMetadata = group . groupMetadata ;
103103 const groupParticipants = groupMetadata ?. participants ;
104104
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ exports.LoadUtils = () => {
925925 let response ;
926926 let result = [ ] ;
927927
928- await window . Store . GroupQueryAndUpdate ( groupWid ) ;
928+ await window . Store . GroupQueryAndUpdate ( { id : groupId } ) ;
929929
930930 if ( ! requesterIds ?. length ) {
931931 membershipRequests = group . groupMetadata . membershipApprovalRequests . _models . map ( ( { id } ) => id ) ;
You can’t perform that action at this time.
0 commit comments