Monorepo for Tangled tangled.org
903
fork

Configure Feed

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

at 6315beeb7b510a590555b3f7ac0eb4bdb0917882 9 lines 164 B view raw
1package tid 2 3import "github.com/bluesky-social/indigo/atproto/syntax" 4 5var TIDClock = syntax.NewTIDClock(0) 6 7func TID() string { 8 return TIDClock.Next().String() 9}