Fix dropped tags
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "paravel",
|
"name": "paravel",
|
||||||
"version": "0.4.8",
|
"version": "0.4.9",
|
||||||
"description": "Yet another toolkit for nostr",
|
"description": "Yet another toolkit for nostr",
|
||||||
"author": "hodlbod",
|
"author": "hodlbod",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
+1
-1
@@ -193,7 +193,7 @@ export class Tags extends Fluent<string[]> {
|
|||||||
const root = replyTags.count() > 1 ? replyTags.values().first() : null
|
const root = replyTags.count() > 1 ? replyTags.values().first() : null
|
||||||
|
|
||||||
return new Tags([
|
return new Tags([
|
||||||
...tags.reject(t => t[0] === "e").all(),
|
...this.reject(t => t[0] === "e").all(),
|
||||||
...replyTags.all().map(t => {
|
...replyTags.all().map(t => {
|
||||||
t = t.slice(0, 3)
|
t = t.slice(0, 3)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user