From f7fbb6edcdd16c1fdb3c3982748d0b3e235fdaf8 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Tue, 22 Oct 2024 12:45:45 +0100 Subject: [PATCH] Moved `ActivityPub` labs flag to (private) beta (#21363) no refs --- ghost/core/core/shared/labs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 630b21805a..a96cd4947e 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -30,11 +30,11 @@ const BETA_FEATURES = [ 'activitypub', 'stripeAutomaticTax', 'webmentions', - 'editorExcerpt' + 'editorExcerpt', + 'ActivityPub' ]; const ALPHA_FEATURES = [ - 'ActivityPub', 'NestPlayground', 'urlCache', 'lexicalMultiplayer',