From a8c093f87054c34c2c8ba6be1363146829409bf5 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 15 Feb 2024 17:13:04 +0000 Subject: [PATCH] fix(RepoPage): only show root patches patches with a 'root' 't' tag according to nip34 draft spec --- src/lib/stores/PRs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/stores/PRs.ts b/src/lib/stores/PRs.ts index 915ec6d..60b54b5 100644 --- a/src/lib/stores/PRs.ts +++ b/src/lib/stores/PRs.ts @@ -53,6 +53,7 @@ export const ensurePRSummaries = async (repo_id: string) => { '#a': repo.maintainers.map( (m) => `${repo_kind}:${m.hexpubkey}:${repo.repo_id}` ), + '#t': ['root'], limit: 50, }, ],