tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

bleh

+1 -1
+1 -1
oauth/client.go
··· 52 52 func CreateButton(cs *oauth.ClientSession, channel *lex.ButtonRecord, ctx context.Context) (uri string, cid string, err error) { 53 53 c := cs.APIClient() 54 54 body := map[string]any{ 55 - "collection": "org.xcvr.feed.channel", 55 + "collection": "store.88x31.button", 56 56 "repo": *c.AccountDID, 57 57 "record": channel, 58 58 }