-
Notifications
You must be signed in to change notification settings - Fork 3k
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
increase maximum video length for instagram to1 80 #629
increase maximum video length for instagram to1 80 #629
Conversation
…nstagram reel to 180 seconds to align with platform requirements
@sdgsnehal is attempting to deploy a commit to the Listinai Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThis change updates the video duration validation in the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant InstagramCollaborators
participant Validator
User->>InstagramCollaborators: Submit video with type ('post'/'story') and duration
alt Post type
InstagramCollaborators->>Validator: Validate video duration (max 180 sec)
Validator-->>InstagramCollaborators: Return valid/invalid response ("Instagram reel should be maximum 180 seconds")
else Story type
InstagramCollaborators->>Validator: Validate video duration (max 60 sec)
Validator-->>InstagramCollaborators: Return valid/invalid response (60 sec limit enforced)
end
InstagramCollaborators-->>User: Send validation result
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (1)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
What kind of change does this PR introduce?
increase maximum video length for Instagram reel to 180 seconds to align with platform requirements
Why was this change needed?
Please link to related issues when possible, and explain WHY you changed things, not WHAT you changed.
Other information:
eg: Did you discuss this change with anybody before working on it (not required, but can be a good idea for bigger changes). Any plans for the future, etc?
Checklist:
Put a "X" in the boxes below to indicate you have followed the checklist;
Summary by CodeRabbit