Fix dropped tags

This commit is contained in:
Jon Staab
2023-11-30 10:58:14 -08:00
parent fddd09af09
commit 2e925b9821
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "paravel",
"version": "0.4.8",
"version": "0.4.9",
"description": "Yet another toolkit for nostr",
"author": "hodlbod",
"license": "MIT",
+1 -1
View File
@@ -193,7 +193,7 @@ export class Tags extends Fluent<string[]> {
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)