Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Fix scopes bug

lemma (May 23, 2026, 11:57 PM -0500) d0c7104e 3681c3fe

+2 -1
+1
app/lib/oauth-client.ts
··· 15 15 'repo:site.standard.publication', 16 16 'repo:site.standard.document', 17 17 'repo:site.standard.graph.subscription', 18 + 'repo:pub.lemma.blog.draft?action=create&action=update&action=delete', 18 19 'repo:app.bsky.feed.post?action=create&action=update&action=delete', 19 20 'repo:app.bsky.feed.like', 20 21 'rpc:com.atproto.server.getServiceAuth?aud=*',
+1 -1
public/oauth-client-metadata.json
··· 5 5 "redirect_uris": [ 6 6 "https://lemma.pub/" 7 7 ], 8 - "scope": "atproto repo:site.standard.publication repo:site.standard.document repo:site.standard.graph.subscription repo:app.bsky.feed.post?action=create&action=update&action=delete repo:app.bsky.feed.like rpc:com.atproto.server.getServiceAuth?aud=* blob:image/jpeg blob:image/png blob:image/gif blob:image/webp", 8 + "scope": "atproto repo:site.standard.publication repo:site.standard.document repo:site.standard.graph.subscription repo:pub.lemma.blog.draft?action=create&action=update&action=delete repo:app.bsky.feed.post?action=create&action=update&action=delete repo:app.bsky.feed.like rpc:com.atproto.server.getServiceAuth?aud=* blob:image/jpeg blob:image/png blob:image/gif blob:image/webp", 9 9 "grant_types": [ 10 10 "authorization_code", 11 11 "refresh_token"