diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-05-10 21:57:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 05:57:21 +0100 |
commit | 6f5b551bdaa133ec6fa0f91f3f9621542b4217a8 (patch) | |
tree | 2b48ece53700b373d03707acef1fc3d96b817eff /src/lib/constants.ts | |
parent | d0440d087eb219639c3deb782e378eb2f1f97058 (diff) | |
download | voidsky-6f5b551bdaa133ec6fa0f91f3f9621542b4217a8.tar.zst |
Add shutdown message to for you feed (#3776)
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 83f513911..051ed4d59 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -111,6 +111,10 @@ export const RECOMMENDED_SAVED_FEEDS: Pick< 'type' | 'value' | 'pinned' >[] = [DISCOVER_SAVED_FEED, TIMELINE_SAVED_FEED] +export const KNOWN_SHUTDOWN_FEEDS = [ + 'at://did:plc:wqowuobffl66jv3kpsvo7ak4/app.bsky.feed.generator/the-algorithm', // for you by skygaze +] + export const GIF_SERVICE = 'https://gifs.bsky.app' export const GIF_SEARCH = (params: string) => |