this repo has no description
0
fork

Configure Feed

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

add pronouns

+15
+15
src/constants.ts
··· 41 41 "hee/haw": "hee-haw", 42 42 "zhi/zhr": "zhi-zhr", 43 43 "ve/ver": "ve-ver", 44 + "sí/hir": "si-hir", 45 + "she/we": "she-we", 46 + "he/we": "he-we", 47 + "they/we": "they-we", 48 + "xe/xem": "xe-xem", 44 49 }; 45 50 46 51 export const URIs: Record<string, string> = { ··· 126 131 "zhi/zhr", 127 132 "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3ky7xcoqkza2q": 128 133 "ve/ver", 134 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kygr2mke2t2z": 135 + "sí/hir", 136 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kyikdvmeff2g": 137 + "she/we", 138 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kyikdz4eau2a": 139 + "he/we", 140 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kyike4fibu2k": 141 + "they/we", 142 + "at://did:plc:wkoofae5uytcm7bjncmev6n6/app.bsky.feed.post/3kyilq67fyv2a": 143 + "xe/xem", 129 144 }; 130 145 131 146 export const DID = process.env.DID ?? "";