Added georestriction with SFW mode.
This commit is contained in:
@@ -30,6 +30,7 @@ export function curateMedia(media, context = {}) {
|
||||
parent: media.entity_parent,
|
||||
}),
|
||||
type: context.type || null,
|
||||
sfw: curateMedia(media.sfw_media),
|
||||
isRestricted: context.isRestricted,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user