-
Notifications
You must be signed in to change notification settings - Fork 100
fix(instagram): include identifier in contact attributes for contact … #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(instagram): include identifier in contact attributes for contact … #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes an issue with Instagram contact inbox creation by ensuring the contact identifier is properly set. The change adds the Instagram ID as the identifier field when creating contact attributes, which is essential for proper contact tracking and management.
Key Changes:
- Added
identifierfield to contact attributes during Instagram contact inbox creation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WalkthroughThe change modifies the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)**/*.rb📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/app/models/**/*.rb📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧬 Code graph analysis (1)app/models/channel/instagram.rb (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…inbox creation
Pull Request Template
Description
Please include a summary of the change and issue(s) fixed. Also, mention relevant motivation, context, and any dependencies that this change requires.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Checklist:
This change is
Summary by CodeRabbit