tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

perhaps it just ignored the type before

+2
+2
oauth/client.go
··· 50 50 } 51 51 52 52 func CreateButton(cs *oauth.ClientSession, button *lex.ButtonRecord, ctx context.Context) (uri string, cid string, err error) { 53 + button.LexiconTypeID = "store.88x31.button" 53 54 c := cs.APIClient() 54 55 body := map[string]any{ 55 56 "collection": "store.88x31.button", ··· 85 86 } 86 87 87 88 func CreateLike(cs *oauth.ClientSession, like *lex.LikeRecord, ctx context.Context) (uri string, cid string, err error) { 89 + like.LexiconTypeID = "store.88x31.like" 88 90 c := cs.APIClient() 89 91 body := map[string]any{ 90 92 "collection": "store.88x31.like",