this repo has no description
0
fork

Configure Feed

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

add pronouns

+9
+9
src/constants.ts
··· 50 50 "leaf/leafs": "leaf-leafs", 51 51 "shiv/ver": "shiv-ver", 52 52 "drüsshe/drayr": "drusshe-drayr", 53 + "frog/frogs": "frog-frogs", 54 + "rat/rats": "rat-rats", 55 + "shark/sharks": "shark-sharks", 53 56 }; 54 57 55 58 export const URIs: Record<string, string> = { ··· 155 158 "ferret/ferrets/ferretself", 156 159 "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2kx6qwefk2h": 157 160 "drüsshe/drayr", 161 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2xlzk6lrx2r": 162 + "frog/frogs", 163 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2xlzt6v5z2x": 164 + "rat/rats", 165 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3l2zv7xcpq62u": 166 + "shark/sharks", 158 167 }; 159 168 160 169 export const DID = process.env.DID ?? "";