Skip adding ephemeral and dvm kinds to repository

This commit is contained in:
Jon Staab
2024-10-31 13:59:05 -07:00
parent c93d102c08
commit 5038046608
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export const optimizeSubscriptions = (subs: Subscription[]) => {
const closedSubs = new Set<string>()
const eosedSubs = new Set<string>()
const sentSubs = new Set<string>()
const mergedSubs = []
const mergedSubs: Subscription[] = []
for (const {relays, filters} of ctx.net.optimizeSubscriptions(group)) {
const mergedSub = makeSubscription({