An atproto PDS written in Go
0
fork

Configure Feed

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

fix string

Hailey 0a0b09a0 2269c30e

+1 -1
+1 -1
server/repo.go
··· 51 51 ) 52 52 53 53 func (ot OpType) String() string { 54 - return ot.String() 54 + return string(ot) 55 55 } 56 56 57 57 type Op struct {