mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
@@ -393,7 +393,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
let groupData = useCachedGroupMetadata && cachedGroupMetadata ? await cachedGroupMetadata(jid) : undefined
|
||||
if(groupData && Array.isArray(groupData?.participants)) {
|
||||
logger.trace({ jid, participants: groupData.participants.length }, 'using cached group metadata')
|
||||
} else {
|
||||
} else if(!isStatus) {
|
||||
groupData = await groupMetadata(jid)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user