From 38f1e69b51d183a4419f175fe3e78aa9de5b992f Mon Sep 17 00:00:00 2001 From: dskvr Date: Tue, 10 Sep 2024 23:08:02 +0200 Subject: [PATCH] Update internal dependencies with actual versions --- .changeset/stupid-lizards-do.md | 6 ++++++ internal/publisher/src/kinds/Kind30166.js | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .changeset/stupid-lizards-do.md diff --git a/.changeset/stupid-lizards-do.md b/.changeset/stupid-lizards-do.md new file mode 100644 index 00000000..6a55f017 --- /dev/null +++ b/.changeset/stupid-lizards-do.md @@ -0,0 +1,6 @@ +--- +'@nostrwatch/publisher': patch +'@nostrwatch/nocapd': patch +--- + +hotfix: reverse accidental regression diff --git a/internal/publisher/src/kinds/Kind30166.js b/internal/publisher/src/kinds/Kind30166.js index 59a2e415..f781c825 100644 --- a/internal/publisher/src/kinds/Kind30166.js +++ b/internal/publisher/src/kinds/Kind30166.js @@ -216,12 +216,7 @@ export class Kind30166 extends PublisherNocap { ispTags = dedupLabels(ispTags) tags = [...tags, ...ispTags, ...geoTags] } - - if(tags.filter(t => t[0] === 'g').length > 9) { - console.log(tags) - process.exit() - } - + tags.push(['l', 'draft7', 'nip66.draft']) return tags