From 363b2e3ebb9165793b74daa8ee27d01f04e64031 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 1 Sep 2025 21:25:10 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Alex Gleason --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index c2052ea..6dbe628 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -311,7 +311,7 @@ For feed-like interfaces, implement infinite scroll using TanStack Query's `useI import { useNostr } from '@nostrify/react'; import { useInfiniteQuery } from '@tanstack/react-query'; -function useInfinitePosts() { +export function useGlobalFeed() { const { nostr } = useNostr(); return useInfiniteQuery({