diff options
author | kindgracekind <155408223+kindgracekind@users.noreply.github.com> | 2025-08-26 14:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 12:16:50 -0700 |
commit | 88e6dff484634b6d2ec9edb7caf6642cf4ebeb3d (patch) | |
tree | 86980d3e7dbc8a1f43b98fdab5cf59b3e2f4bd12 /src/lib/constants.ts | |
parent | 98d96bd28ba62e7cc6d4be39e4f1f146105cdccc (diff) | |
download | voidsky-88e6dff484634b6d2ec9edb7caf6642cf4ebeb3d.tar.zst |
Enable show less / more buttons for third party feeds (#8672)
Co-authored-by: hailey <hailey@blueskyweb.xyz> Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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, |