Pranav
Pranav
@iamsivin As per the discussion we had, create a new PR with Popup component and storybook changes.
@nithindavid Can you please resolve the conflicts?
@nithindavid 1. Please resolve the conflict. 2. Create a loom video with the test cases and get it ready for review again.
@iammattmartin A couple of questions on this. > Again we've had to re-connect Facebook and we then lose all historic messages received since the link was broken (i.e they show...
@iammattmartin Please use `inbox_id = 22`, not inbox
Oops! Sorry, it should have been this ``` inbox_id = 22 ::Twitter::WebhookSubscribeService.new(inbox_id: inbox.id).perform ```
@iammattmartin Please try the below one. It should work. ```rb inbox = Inbox.find(22) ::Twitter::WebhookSubscribeService.new(inbox_id: inbox.id).perform ```
@iammattmartin Can you please share the full log?
@iammattmartin As far as we know, there is no API for re-authorising. We can check if the webhook subscription is available, if not ask to resubscribe. This is what the...
@iammattmartin Please make sure that you execute the above commands in production rails console. ``` RAILS_ENV=production bundle exec rails c ```