Chatwoot/spec/jobs/webhooks
Tejaswini Chile fcb9a9ab0c
fix: contact is not available for inaccessible sender (#5509)
Fixes: #5508

We can not read contact information because of this error, as the messages echo when the sender sends messages to contacts. We don't have the user's consent until and unless they send messages to us.

So after this result, information about the contact is empty, and we are trying to create a contact inbox for the same, and the error appears.

type: OAuthException, code: 230, message: (#230) User consent is required to access user profile, x-fb-trace-id: AaitxF/whwY [HTTP 403] (Koala::Facebook::ClientError)
2022-09-28 12:50:23 -07:00
..
facebook_events_job_spec.rb chore: Move Facebook event processing to worker (#2988) 2021-09-13 18:05:14 +05:30
instagram_events_job_spec.rb fix: contact is not available for inaccessible sender (#5509) 2022-09-28 12:50:23 -07:00
line_events_job_spec.rb feat: Line Channel (#2904) 2021-09-11 01:31:17 +05:30
sms_events_job_spec.rb chore: Provider APIs for SMS Channel - Bandwidth (#3889) 2022-02-03 15:22:13 -08:00
telegram_events_job_spec.rb feat: Telegram Channel (#2901) 2021-09-10 00:00:52 +05:30
whatsapp_events_job_spec.rb feat: Support for Whatsapp Cloud API (#4938) 2022-07-06 21:45:03 +02:00