iachat/app/builders
Toan Le 4eec0aa11a
fix: Profile pictures missing in facebook inbox [CW-1976] (#9212)
The ActiveJob FacebookEventsJob created a Contact and then enqueued Avatar::AvatarFromUrlJob in another process. However, since the Contact was created within a transaction when AvatarFromUrlJob was executed immediately afterwards, the Contact was not actually present in the database then.

Fixes: #6138 #6761
2024-05-08 20:38:16 -07:00
..
campaigns chore: Update dependencies to the latest versions (#5033) 2022-07-15 09:51:59 +07:00
csat_surveys feat: Add CSAT response APIs (#2503) 2021-06-29 20:59:41 +05:30
messages feat: extending lock to single conversation to meta inbox (#9104) 2024-04-03 21:33:23 +05:30
v2 feat: Add backend APIs for the bot metrics (#9031) 2024-03-01 08:20:20 -08:00
account_builder.rb chore: Apply fixes for items in rubocop_todo [CW-1806] (#8864) 2024-02-07 13:36:04 +04:00
agent_builder.rb fix: Avoid duplicate invitation emails when adding an agent (#9131) 2024-03-26 18:58:45 -07:00
contact_inbox_builder.rb chore: Refactor Contact Inbox Builders (#5617) 2022-10-13 15:12:04 -07:00
contact_inbox_with_contact_builder.rb fix: Profile pictures missing in facebook inbox [CW-1976] (#9212) 2024-05-08 20:38:16 -07:00
conversation_builder.rb feat: Ability to lock to single conversation (#5881) 2022-11-25 13:01:04 +03:00
notification_builder.rb chore: Get all notification API improvments (#8549) 2024-01-17 09:02:18 +05:30
notification_subscription_builder.rb chore: Use "create!" and "save!" bang methods when not checking the result (#5358) 2022-09-13 17:40:06 +05:30