This repository has no description
0

Configure Feed

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

core / knotserver / util.go
176 B 11 lines
1package knotserver 2 3import ( 4 "github.com/bluesky-social/indigo/atproto/syntax" 5) 6 7var TIDClock = syntax.NewTIDClock(0) 8 9func TID() string { 10 return TIDClock.Next().String() 11}