atmosphere explorer
0
fork

Configure Feed

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

fix pinksea url parsing

Juliet b7ae5768 693cf161

+2 -2
+2 -2
src/utils/app-urls.ts
··· 99 99 return `at://${path[0]}`; 100 100 }, 101 101 [App.Pinksea]: (path) => { 102 - if (path.length === 2) { 103 - return `at://${path[0]}/com.shinolabs.pinksea.oekaki/${path[1]}`; 102 + if (path.length === 3) { 103 + return `at://${path[0]}/com.shinolabs.pinksea.oekaki/${path[2]}`; 104 104 } 105 105 106 106 return `at://${path[0]}`;