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

Quick fix for MP and viewingRooms using statuses #2591

Merged
merged 2 commits into from
Aug 7, 2020

Conversation

pvinis
Copy link
Contributor

@pvinis pvinis commented Aug 7, 2020

For context: https://artsy.slack.com/archives/C9ZJYFDNF/p1596812574455900.

The gravity schema on MP was not synced with the actual gravity schema generated by gravity, so eigen/force/volt would go to MP asking for viewingRooms {, MP would take that and make it viewingRooms(statuses: []) { and gravity would return the empty array. The default value in gravity is [live], but this was not in sync with MP. It still had the old schema with the default value of [].

Copy link
Contributor

@mdole mdole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 #mergeongreen

@artsy-peril artsy-peril bot merged commit bee9fd5 into master Aug 7, 2020
@artsy-peril artsy-peril bot mentioned this pull request Aug 7, 2020
@pvinis pvinis deleted the fix-for-statuses branch August 7, 2020 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants