atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove whitewind support

Juliet 416321a5 044c6a80

-14
-10
src/utils/app-urls.ts
··· 3 3 export enum App { 4 4 Bluesky, 5 5 Tangled, 6 - Whitewind, 7 6 Frontpage, 8 7 Pinksea, 9 8 Linkat, ··· 12 11 export const appName = { 13 12 [App.Bluesky]: "Bluesky", 14 13 [App.Tangled]: "Tangled", 15 - [App.Whitewind]: "Whitewind", 16 14 [App.Frontpage]: "Frontpage", 17 15 [App.Pinksea]: "Pinksea", 18 16 [App.Linkat]: "Linkat", ··· 29 27 "main.bsky.dev": App.Bluesky, 30 28 "social.daniela.lol": App.Bluesky, 31 29 "tangled.org": App.Tangled, 32 - "whtwnd.com": App.Whitewind, 33 30 "frontpage.fyi": App.Frontpage, 34 31 "pinksea.art": App.Pinksea, 35 32 "linkat.blue": App.Linkat, ··· 91 88 } 92 89 93 90 return `at://${user}`; 94 - }, 95 - [App.Whitewind]: (path) => { 96 - if (path.length === 2) { 97 - return `at://${path[0]}/com.whtwnd.blog.entry/${path[1]}`; 98 - } 99 - 100 - return `at://${path[0]}/com.whtwnd.blog.entry`; 101 91 }, 102 92 [App.Frontpage]: (path) => { 103 93 if (path.length === 3) {
-4
src/utils/templates.ts
··· 27 27 label: "Frontpage", 28 28 link: `https://frontpage.fyi/post/${uri.repo}/${uri.rkey}`, 29 29 }), 30 - "com.whtwnd.blog.entry": (uri) => ({ 31 - label: "WhiteWind", 32 - link: `https://whtwnd.com/${uri.repo}/${uri.rkey}`, 33 - }), 34 30 "com.shinolabs.pinksea.oekaki": (uri) => ({ 35 31 label: "PinkSea", 36 32 link: `https://pinksea.art/${uri.repo}/oekaki/${uri.rkey}`,