Add shutdown message to for you feed (#3776)
This commit is contained in:
parent
d0440d087e
commit
6f5b551bda
3 changed files with 174 additions and 2 deletions
|
@ -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) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue