iachat/app/services/line
Sojan Jose 6d053e5816
chore: Move line attachment creation to a single db commit (#10194)
Similar to the work we did with the legacy code of other channels like Twilio, we need to move the message creation and attachment creation to be under a single db commit for the line channel. Otherwise, the emitted webhook events for message creation will miss the attachment payload.


Ref: https://github.com/orgs/chatwoot/discussions/7546#discussioncomment-10814495
Ref: https://github.com/chatwoot/chatwoot/pull/10167
2024-10-03 22:13:41 -07:00
..
incoming_message_service.rb chore: Move line attachment creation to a single db commit (#10194) 2024-10-03 22:13:41 -07:00
send_on_line_service.rb feat: Add support for attachments(image and video) in LINE channel (#8425) 2023-12-01 07:23:35 +05:30