A vibe coded tangled fork which supports pijul.
at 8d7373fa7e8925ad592a235f447fadcd9f9e50bc 11 lines 176 B view raw
1package appview 2 3import ( 4 "github.com/bluesky-social/indigo/atproto/syntax" 5) 6 7var c *syntax.TIDClock = syntax.NewTIDClock(0) 8 9func TID() string { 10 return c.Next().String() 11}