backend for xcvr appview
2
fork

Configure Feed

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

fix lexicon type

rachel-mp4 44002095 a70c56b4

+1 -1
+1 -1
server/internal/oauth/passwordclient.go
··· 82 82 83 83 func (c *PasswordClient) CreateXCVRChannel(channel *lex.ChannelRecord, ctx context.Context) (cid string, uri string, err error) { 84 84 input := atproto.RepoCreateRecord_Input{ 85 - Collection: "org.xcvr.lrc.channel", 85 + Collection: "org.xcvr.feed.channel", 86 86 Repo: *c.did, 87 87 Record: &util.LexiconTypeDecoder{Val: channel}, 88 88 }