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(webhooks): prevent early return from skipping webhook dispatch for media
Fixevolution-foundation#2396: When S3 video upload was disabled or media extraction failed,
the message handler returned early, preventing the webhook from ever
firing. This caused self-sent media attachments from the linked phone to
never appear in webhook payloads, even though the media was stored.
Replaced early `return` statements with proper if/else flow so media
upload failures only skip the S3 upload — webhook dispatch always runs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments