Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol. app.exosphere.site
7
fork

Configure Feed

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

fix: remove log

Hugo 878572fe fb13c094

-2
-2
packages/core/src/pds.ts
··· 10 10 11 11 export function tidToDate(tid: string): string { 12 12 const t = TID.fromStr(tid); 13 - console.log(tid); 14 - console.log(t); 15 13 return new Date(Math.floor(t.timestamp() / 1000)).toISOString(); 16 14 } 17 15