iachat/app/presenters
Shivam Mishra 6e12ba04ab fix: last_activity_at is nil when conv is created (#9934)
The payload does not include last_activity_at when the conversation is created. Because of this the frontend is not able to sort the conversations when appending this. Another problem is that the last_activity_at is not always present, it is added only when a message is created, and it updates it. So this can be nil when the conversation is created, so we fallback to created_at only at the presentation layer
2024-08-12 15:15:49 +05:30
..
conversations fix: last_activity_at is nil when conv is created (#9934) 2024-08-12 15:15:49 +05:30
inbox feat: Add inbox webhook events (#8006) 2023-09-28 15:28:10 -07:00
reports feat: Improve the rendering of CSV exports (#8914) 2024-02-12 20:01:58 -08:00
agent_bot_presenter.rb Chore: API Improvements (#3469) 2021-11-27 00:48:46 +05:30
html_parser.rb Fix: parse verification mail (#3864) 2022-01-27 15:45:26 -08:00
mail_presenter.rb chore: Stop processing auto-response emails (#9606) 2024-06-13 14:19:11 -07:00