mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-08-28 10:16:11 -06:00
fix: update error handling messages and correct group parameter in createContact method
This commit is contained in:
parent
cf95c027eb
commit
5191438acf
@ -1059,6 +1059,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
'failed to decrypt message',
|
||||
'SessionError',
|
||||
'Invalid PreKey ID',
|
||||
'No session record',
|
||||
'No session found to decrypt message'
|
||||
].some((err) => param?.includes?.(err)),
|
||||
)
|
||||
) {
|
||||
|
@ -681,7 +681,7 @@ export class ChatwootService {
|
||||
instance,
|
||||
body.key.participant.split('@')[0],
|
||||
filterInbox.id,
|
||||
isGroup,
|
||||
false,
|
||||
body.pushName,
|
||||
picture_url.profilePictureUrl || null,
|
||||
body.key.participant,
|
||||
|
Loading…
Reference in New Issue
Block a user