Chatwoot/app
Sony Mathew 0afa5c297f
Bug: Fixed conversation reply mail issue when an attachment is sent (#655)
* When an attachment was sent in the reply mailer it was breaking due to the
truncating function applied on the last message content. Here the content was empty
and so it broke.
* Fixed this breakage
* Also addressed the issue that if the attachment was there the content was coming empty.
With these changes, made the content to have a link to the attachment.
2020-03-30 16:07:01 +05:30
..
actions Bug: Migrate messages while merging contact (#624) 2020-03-19 01:52:38 +05:30
assets [Chore] - Fix docker build (#290) 2019-11-26 13:37:28 +05:30
bot Chore: Switch from Carrierwave to ActiveStorage (#393) 2020-01-07 22:59:17 +05:30
builders Feature: Send attachments to widget user (#621) 2020-03-22 15:54:36 +05:30
channels Feature: Add online status to each user (#452) 2020-02-02 22:49:16 +05:45
controllers Feature: API for updating account settings (#645) 2020-03-29 12:16:31 +05:30
dispatchers Non blocking event dispatch (#652) 2020-03-29 19:18:30 +05:30
finders Enhancement: Paginate conversation calls in tabs (#560) 2020-02-26 21:15:01 +05:30
helpers Feature: Webhooks (#489) 2020-02-14 23:19:17 +05:30
identities Initial Commit 2019-08-14 15:18:44 +05:30
javascript Feature: Send images from widget 2020-03-30 12:15:06 +05:30
jobs Non blocking event dispatch (#652) 2020-03-29 19:18:30 +05:30
listeners Enhancement: Move reporting metrics to postgres (#606) 2020-03-18 16:53:35 +05:30
mailers Bug: Fixed conversation reply mail issue when an attachment is sent (#655) 2020-03-30 16:07:01 +05:30
models Feature: API for updating account settings (#645) 2020-03-29 12:16:31 +05:30
policies Feature: API for updating account settings (#645) 2020-03-29 12:16:31 +05:30
presenters/conversations Bug: Fix duplicate messages from Twitter DM and tweets (#599) 2020-03-06 01:47:37 +05:30
services Chore: Add Twitter documentation (#648) 2020-03-28 11:51:42 +05:30
views Bug: Fixed conversation reply mail issue when an attachment is sent (#655) 2020-03-30 16:07:01 +05:30
workers Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30