iachat/app/services/twilio
Sojan Jose d107d0adec
fix: Twilio channel attachment issues (#10167)
We received customer reports that attachments in Twilio messages
required page reloads to appear. This issue occurred because in the old
Twilio builder, we saved the message and attachment in two stages. The
new builders follow a streamlined approach, where both are saved in a
single transaction. This update aligns the Twilio channel with the new
builder format and resolves the issue.

### Testing:

Tests cover the attachment cases, ensuring that all original tests pass
with these changes.
2024-09-25 18:03:28 -07:00
..
delivery_status_service.rb fix: Change the message status to failed if the Twilio message delivery status is undelivered (#8097) 2023-10-12 15:27:38 +05:30
incoming_message_service.rb fix: Twilio channel attachment issues (#10167) 2024-09-25 18:03:28 -07:00
oneoff_sms_campaign_service.rb feat: Support Twilio Messaging Services (#4242) 2022-07-08 18:20:07 +05:30
send_on_twilio_service.rb chore: Remove sentry exceptions for the message status failed errors (#8285) 2023-11-02 12:00:22 -07:00
webhook_setup_service.rb feat: Allow Twilio::REST::TwilioError errors to raise and prevent Inbox creation (#7379) 2023-08-16 15:00:02 -07:00