iachat/app
Sony Mathew 209e0a0fb4
[Feature] Change conversation ordering (#640)
* Update conversation's updated_at when a message is created/saved
* changed teh ordering of conversation to be based on `updated_at` rather than `created_at`
2020-03-24 23:34:22 +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: Send attachments to widget user (#621) 2020-03-22 15:54:36 +05:30
dispatchers Enhancement: Move reporting metrics to postgres (#606) 2020-03-18 16:53:35 +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 attachments to widget user (#621) 2020-03-22 15:54:36 +05:30
jobs Feature: Introduce bots (#545) 2020-03-06 01:43:12 +05:30
listeners Enhancement: Move reporting metrics to postgres (#606) 2020-03-18 16:53:35 +05:30
mailers Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
models [Feature] Change conversation ordering (#640) 2020-03-24 23:34:22 +05:30
policies Feature: Webhooks (#489) 2020-02-14 23:19:17 +05:30
presenters/conversations Bug: Fix duplicate messages from Twitter DM and tweets (#599) 2020-03-06 01:47:37 +05:30
services Chore: Refactor Facebook send reply service 2020-03-17 21:09:20 +05:30
views Chore: Add web_widget_script in the Inboxes API (#615) 2020-03-16 12:32:34 +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