this repo has no description
0
fork

Configure Feed

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

fix undefined

+1 -1
+1 -1
src/label.ts
··· 31 31 return set; 32 32 }, new Set<string>()); 33 33 34 - if (POSTS[uri].includes("delete")) { 34 + if (POSTS[uri]?.includes("delete")) { 35 35 await server 36 36 .createLabels({ uri: did }, { negate: [...labels] }) 37 37 .catch((err) => {