this repo has no description
0
fork

Configure Feed

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

add pronouns

+3
+3
src/constants.ts
··· 49 49 "sun/suns": "sun-suns", 50 50 "leaf/leafs": "leaf-leafs", 51 51 "shiv/ver": "shiv-ver", 52 + "ferret/ferrets/ferretself": "ferret-ferrets", 52 53 }; 53 54 54 55 export const URIs: Record<string, string> = { ··· 150 151 "leaf/leafs", 151 152 "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kzftskynd32l": 152 153 "shiv/ver", 154 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2jb2koecj27": 155 + "ferret/ferrets/ferretself", 153 156 }; 154 157 155 158 export const DID = process.env.DID ?? "";