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
reports
agent_bot_presenter.rb
html_parser.rb
mail_presenter.rb chore: Stop processing auto-response emails (#9606) 2024-06-13 14:19:11 -07:00