You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(baileys): preserve protobuf Long prototypes in patchMessageBeforeSending
JSON.parse(JSON.stringify(message)) was stripping prototypes from
protobuf Long objects, causing 'TypeError: this.isZero is not a function'
when sendList encoded outbound messages and silent delivery failures on
sendButtons. Replace the round-trip with an in-place normalizeListType
helper. Cherry-picked from upstream PR EvolutionAPI#2461.
0 commit comments