Browse Source

Merge 4a7f467b06 into 2f438c799c

pull/308/merge
ilanbenb 8 months ago
committed by GitHub
parent
commit
41050c9fae
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/views/components/GroupList.js

2
src/views/components/GroupList.js

@ -89,7 +89,7 @@ export default {
// Check if current user is an admin in participants
const currentUserJID = `${this.currentUserId}@s.whatsapp.net`;
const participant = group.Participants.find(p => p.JID === currentUserJID);
const participant = group.Participants.find(p => p.PhoneNumber === currentUserJID);
return participant && participant.IsAdmin;
},
async handleSeeRequestedMember(group_id) {

Loading…
Cancel
Save