grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

update schema and package-lock

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+3 -2
+1
db/schema.sql
··· 56 56 dpop_jkt TEXT NOT NULL, 57 57 pds_request_uri TEXT, 58 58 pds_auth_server TEXT, 59 + pds_endpoint TEXT, 59 60 pds_code_verifier TEXT, 60 61 pds_state TEXT, 61 62 did TEXT,
+2 -2
package-lock.json
··· 1 1 { 2 - "name": "hatk-template-grain", 2 + "name": "grain", 3 3 "lockfileVersion": 3, 4 4 "requires": true, 5 5 "packages": { 6 6 "": { 7 - "name": "hatk-template-grain", 7 + "name": "grain", 8 8 "dependencies": { 9 9 "@hatk/hatk": "^0.0.1-alpha.43", 10 10 "@sveltejs/adapter-node": "^5.5.4",