A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

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

fix string

Hailey (Mar 29, 2025, 6:35 PM -0700) 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 {