From 76770789650c697717e1a8de7e7b8d39daae9160 Mon Sep 17 00:00:00 2001 From: yacchin1205 <968739+yacchin1205@users.noreply.github.com> Date: Thu, 22 Jan 2026 07:05:18 +0900 Subject: [PATCH] Add disable_share_social_media feature flag --- osf/features.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/osf/features.yaml b/osf/features.yaml index 00a792b4933..fad48d53f4b 100644 --- a/osf/features.yaml +++ b/osf/features.yaml @@ -205,6 +205,11 @@ flags: note: This flag controls whether users can create or interact with meetings via BE or FE. everyone: false + - flag_name: DISABLE_SHARE_SOCIAL_MEDIA + name: disable_share_social_media + note: This flag controls whether users can share content to social media platforms. + everyone: false + switches: - flag_name: DISABLE_ENGAGEMENT_EMAILS name: disable_engagement_emails