diff --git a/package.json b/package.json index 3034083..78ec709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paravel", - "version": "0.4.8", + "version": "0.4.9", "description": "Yet another toolkit for nostr", "author": "hodlbod", "license": "MIT", diff --git a/src/util/nostr.ts b/src/util/nostr.ts index 60ac9bf..7ee419b 100644 --- a/src/util/nostr.ts +++ b/src/util/nostr.ts @@ -193,7 +193,7 @@ export class Tags extends Fluent { const root = replyTags.count() > 1 ? replyTags.values().first() : null return new Tags([ - ...tags.reject(t => t[0] === "e").all(), + ...this.reject(t => t[0] === "e").all(), ...replyTags.all().map(t => { t = t.slice(0, 3)