Skip to content
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

[InstagramBridge] Improve sidecar and video data retrieval #1920

Merged
merged 1 commit into from
Jan 10, 2021
Merged

[InstagramBridge] Improve sidecar and video data retrieval #1920

merged 1 commit into from
Jan 10, 2021

Commits on Jan 5, 2021

  1. [InstagramBridge] Remove redundant data collection for sidecar and video

    getInstagramSidecarData and getInstagramVideoData were unnecessarily calling getSinglePostData to retrieve data already present in collectData's call of getInstagramJSON.  getSinglePostData sometimes doesn't retrieve data properly resulting in incomplete post information.  Since the information needed is already present, pass it from collectData instead, eliminating the redundant data collection and improving reliability.
    JimDog546 authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    828f4e2 View commit details
    Browse the repository at this point in the history