diff --git a/src/engine/network/utils/publish.ts b/src/engine/network/utils/publish.ts index cd8bc1fb..62ff1320 100644 --- a/src/engine/network/utils/publish.ts +++ b/src/engine/network/utils/publish.ts @@ -231,7 +231,7 @@ export const getReplyTags = (parent: Event, inherit = false) => { } } else { for (const t of replies.valueOf()) { - replyTags.push(t.slice(0, 2).concat([hints.Event(parent).getUrl(), "reply"])) + replyTags.push(t.slice(0, 2).concat([hints.Event(parent).getUrl(), "root"])) } }