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. |
||
|---|---|---|
| .. | ||
| delivery_status_service.rb | ||
| incoming_message_service.rb | ||
| oneoff_sms_campaign_service.rb | ||
| send_on_twilio_service.rb | ||
| webhook_setup_service.rb | ||