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

Configure Feed

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

at main 5 lines 185 B view raw
1import { callXrpc } from "$hatk/client"; 2 3export async function queryFeed(feed: string, params?: Record<string, string>) { 4 return callXrpc("dev.hatk.getFeed", { feed, ...params }); 5}