backend for xcvr appview
3
fork

Configure Feed

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

register type

rachel-mp4 5b25ba62 a78aacb0

+3
+3
server/internal/lex/types.go
··· 3 3 import ( 4 4 "github.com/bluesky-social/indigo/lex/util" 5 5 ) 6 + func init() { 7 + util.RegisterType("org.xcvr.actor.profile", &ProfileRecord{}) 8 + } 6 9 7 10 type ProfileRecord struct { 8 11 LexiconTypeID string `json:"$type,const=org.xcvr.actor.profile" cborgen:"$type,const=org.xcvr.actor.profile"`