From 3eb4427888561f76834e70545633c4c16026b823 Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Fri, 11 Oct 2019 13:58:50 +0700 Subject: [PATCH] Exposed visibility prop for posts on canary api (#11229) no-issue This is required by the theme layer to style member only posts differently --- core/server/api/canary/utils/serializers/output/utils/clean.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/server/api/canary/utils/serializers/output/utils/clean.js b/core/server/api/canary/utils/serializers/output/utils/clean.js index cf2b775111..bd2d53470d 100644 --- a/core/server/api/canary/utils/serializers/output/utils/clean.js +++ b/core/server/api/canary/utils/serializers/output/utils/clean.js @@ -98,8 +98,6 @@ const post = (attrs, frame) => { if (attrs.og_description === '') { attrs.og_description = null; } - - delete attrs.visibility; } else { delete attrs.page;