From 88e6dff484634b6d2ec9edb7caf6642cf4ebeb3d Mon Sep 17 00:00:00 2001 From: kindgracekind <155408223+kindgracekind@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:16:50 -0500 Subject: Enable show less / more buttons for third party feeds (#8672) Co-authored-by: hailey Co-authored-by: Hailey --- src/lib/constants.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 130722b9c..d81b68db6 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -90,8 +90,6 @@ export const STAGING_FEEDS = [ `feedgen|${STAGING_DEFAULT_FEED('thevids')}`, ] -export const FEEDBACK_FEEDS = [...PROD_FEEDS, ...STAGING_FEEDS] - export const POST_IMG_MAX = { width: 2000, height: 2000, -- cgit 1.4.1