-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Created several posts with PublicationContentWarning.Nsfw properties set, they are well stored, but once I retrieve them the contentWarning property is missing.
Example of API query for retrieving NSFW:
const resExplore = useQuery(ExplorePublicationsDocument, {
variables: {
request: {
sortCriteria: PublicationSortCriteria.Latest,
noRandomize: true,
sources: [NATA_SOCIAL_SOURCE],
limit: limitPosts,
publicationTypes: [PublicationTypes.Post],
customFilters: [CustomFiltersTypes.Gardeners],
metadata: {
locale: 'en',
tags: { oneOf: tags },
contentWarning: {
includeOneOf: [
PublicationContentWarning.Nsfw
]
}
}
}
}
});Metadata
Metadata
Assignees
Labels
No labels
