grain.social is a photo sharing platform built on atproto.

fix: update descriptions for deletePhoto and applyAlts xrpc procedures

Changed files
+4 -4
__generated__
lexicons
social
+2 -2
__generated__/lexicons.ts
··· 4390 4390 defs: { 4391 4391 main: { 4392 4392 type: 'procedure', 4393 - description: 'Delete a favorite photo by its unique at-uri.', 4393 + description: 'Delete a photo by its unique at-uri.', 4394 4394 input: { 4395 4395 encoding: 'application/json', 4396 4396 schema: { ··· 4577 4577 defs: { 4578 4578 main: { 4579 4579 type: 'procedure', 4580 - description: 'Apply alt texts to photos in a gallery. Requires auth.', 4580 + description: 'Apply alt texts to photos. Requires auth.', 4581 4581 input: { 4582 4582 encoding: 'application/json', 4583 4583 schema: {
+1 -1
lexicons/social/grain/photo/applyAlts.json
··· 4 4 "defs": { 5 5 "main": { 6 6 "type": "procedure", 7 - "description": "Apply alt texts to photos in a gallery. Requires auth.", 7 + "description": "Apply alt texts to photos. Requires auth.", 8 8 "input": { 9 9 "encoding": "application/json", 10 10 "schema": {
+1 -1
lexicons/social/grain/photo/deletePhoto.json
··· 4 4 "defs": { 5 5 "main": { 6 6 "type": "procedure", 7 - "description": "Delete a favorite photo by its unique at-uri.", 7 + "description": "Delete a photo by its unique at-uri.", 8 8 "input": { 9 9 "encoding": "application/json", 10 10 "schema": {