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

fix: ⚡️ use unreleased spec keys 🙈 #138

Merged
merged 3 commits into from
Jul 26, 2022
Merged

Conversation

melMass
Copy link
Member

@melMass melMass commented Jul 26, 2022

This fixes #135 #137

@render
Copy link

render bot commented Jul 26, 2022

@melMass melMass self-assigned this Jul 26, 2022
@melMass melMass linked an issue Jul 26, 2022 that may be closed by this pull request
@Zir0h
Copy link
Contributor

Zir0h commented Jul 26, 2022

So for the indexer, I have to add 2 columns?
accessibility = json object, default {}
contentRating = string, default ""

Copy link
Contributor

@NoRulesJustFeels NoRulesJustFeels left a comment

Choose a reason for hiding this comment

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

// Metadata accessibility
const accessibility = photosensitiveSeizureWarning
? {
hazards: ['flashing'],
Copy link
Member Author

Choose a reason for hiding this comment

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

}
: null

const contentRating = nsfw ? 'mature' : null
Copy link
Member Author

Choose a reason for hiding this comment

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

@melMass melMass merged commit ae75d4d into main Jul 26, 2022
@melMass melMass deleted the mel/fix/extra_fields_as_tag branch July 26, 2022 13:58
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.

[bug] NSFW & Photosensitive should not be attributes
3 participants