this repo has no description
2
fork

Configure Feed

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

Hide brackets if no statusphere

+1 -1
+1 -1
landing/landing.ts
··· 85 85 async (x) => 86 86 ` 87 87 - ${await x.display} 88 - ${await x.handle} (${(await x.statusphere) ?? ""}) 88 + ${await x.handle} ${(await x.statusphere) ? `(${await x.statusphere})` : ""} 89 89 ${x.did}` 90 90 ) 91 91 )