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.

fix favorites lookup field

+1 -1
+1 -1
main.tsx
··· 879 879 { 880 880 where: [ 881 881 { 882 - field: "gallery", 882 + field: "subject", 883 883 equals: `at://${atUri.hostname}/social.grain.gallery/${atUri.rkey}`, 884 884 }, 885 885 ],