We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update instagram video limit to 180 seconds.
instagram's new updated limit is 180 seconds, currently system throws an error at anything beyond 90.
postiz-app/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx
Line 83 in 0bcadbe
Just need to change here to support 180 seconds
if (video > 180 && settings.post_type === 'post') {
No response
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
@egelhaus #629 i have raised the pr for this!
Sorry, something went wrong.
fwiw - tested with IG standalone and it worked.
No branches or pull requests
🔖 Feature description
Update instagram video limit to 180 seconds.
🎤 Why is this feature needed ?
instagram's new updated limit is 180 seconds, currently system throws an error at anything beyond 90.
✌️ How do you aim to achieve this?
postiz-app/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx
Line 83 in 0bcadbe
Just need to change here to support 180 seconds
if (video > 180 && settings.post_type === 'post') {
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: