WIP PWA for Grain
0
fork

Configure Feed

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

feat: add social.grain.comment to OAuth scope

+1 -1
+1 -1
src/services/auth.js
··· 12 12 this.#client = await createQuicksliceClient({ 13 13 server: 'https://quickslice-production-9cf4.up.railway.app', 14 14 clientId: 'client_h62Ea0FUeXTJ4pWBg4ZIkQ', 15 - scope: 'atproto blob:image/* repo:social.grain.gallery repo:social.grain.gallery.item repo:social.grain.photo repo:social.grain.favorite repo:social.grain.graph.follow repo:social.grain.actor.profile' 15 + scope: 'atproto blob:image/* repo:social.grain.gallery repo:social.grain.gallery.item repo:social.grain.photo repo:social.grain.favorite repo:social.grain.graph.follow repo:social.grain.actor.profile repo:social.grain.comment' 16 16 }); 17 17 18 18 // Handle OAuth callback if present