Add shutdown message to for you feed (#3776)

This commit is contained in:
Paul Frazee 2024-05-10 21:57:21 -07:00 committed by GitHub
parent d0440d087e
commit 6f5b551bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 174 additions and 2 deletions

View file

@ -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) =>