From b84e4054379eba2e71e9596c75d99a0b1e8c529f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 15 Oct 2025 12:36:45 -0500 Subject: [PATCH] Remove notice of policy updates --- src/lib/statsig/gates.ts | 1 - src/screens/PostThread/index.tsx | 1 + src/screens/Signup/StepInfo/Policies.tsx | 34 ------------------------ 3 files changed, 1 insertion(+), 35 deletions(-) diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 10dda8ba3a..2bb94b8897 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -3,7 +3,6 @@ export type Gate = | 'alt_share_icon' | 'debug_show_feedcontext' | 'debug_subscriptions' - | 'disable_onboarding_policy_update_notice' | 'explore_show_suggested_feeds' | 'feed_reply_button_open_thread' | 'old_postonboarding' diff --git a/src/screens/PostThread/index.tsx b/src/screens/PostThread/index.tsx index 64a6f0f295..f91a36e98e 100644 --- a/src/screens/PostThread/index.tsx +++ b/src/screens/PostThread/index.tsx @@ -428,6 +428,7 @@ export function PostThread({uri}: {uri: string}) { /> ) } else { + // return return ( - - - You also agree to{' '} - - Bluesky’s Community Guidelines - - . An{' '} - - updated version of our Community Guidelines - {' '} - will take effect on October 15th. - - - - ) -} - export const Policies = ({ serviceDescription, needsGuardian, @@ -67,7 +36,6 @@ export const Policies = ({ This service has not provided terms of service or a privacy policy. - ) } @@ -145,8 +113,6 @@ export const Policies = ({ ) : undefined} - - ) }