mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-08-28 10:16:11 -06:00
Merge pull request #1757 from KokeroO/develop
fix: atualizar o handle de erros de eventos
This commit is contained in:
commit
4a25cd1ff7
@ -1059,6 +1059,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
'failed to decrypt message',
|
'failed to decrypt message',
|
||||||
'SessionError',
|
'SessionError',
|
||||||
'Invalid PreKey ID',
|
'Invalid PreKey ID',
|
||||||
|
'No session record',
|
||||||
|
'No session found to decrypt message',
|
||||||
].some((err) => param?.includes?.(err)),
|
].some((err) => param?.includes?.(err)),
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
@ -681,7 +681,7 @@ export class ChatwootService {
|
|||||||
instance,
|
instance,
|
||||||
body.key.participant.split('@')[0],
|
body.key.participant.split('@')[0],
|
||||||
filterInbox.id,
|
filterInbox.id,
|
||||||
isGroup,
|
false,
|
||||||
body.pushName,
|
body.pushName,
|
||||||
picture_url.profilePictureUrl || null,
|
picture_url.profilePictureUrl || null,
|
||||||
body.key.participant,
|
body.key.participant,
|
||||||
|
Loading…
Reference in New Issue
Block a user