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

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 ],