mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat(feature/group-invite-v4): initial/final commit (#958)
This commit is contained in:
@@ -608,6 +608,8 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
return 'product'
|
||||
} else if(message.interactiveResponseMessage) {
|
||||
return 'native_flow_response'
|
||||
} else if(message.groupInviteMessage) {
|
||||
return 'url'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -746,6 +748,8 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
: undefined
|
||||
},
|
||||
),
|
||||
//TODO: CACHE
|
||||
getProfilePicUrl: sock.profilePictureUrl,
|
||||
upload: waUploadToServer,
|
||||
mediaCache: config.mediaCache,
|
||||
options: config.options,
|
||||
|
||||
Reference in New Issue
Block a user