chore: remove big E
This commit is contained in:
parent
234d354062
commit
c96ea94bb3
@ -212,8 +212,6 @@ export class EventPublisher {
|
|||||||
eb.tag(["p", replyTo.pubkey]);
|
eb.tag(["p", replyTo.pubkey]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Big E/A tag
|
|
||||||
eb.tag(unwrap(link.toEventTag()).map((v, i) => (i === 0 ? v.toUpperCase() : v)));
|
|
||||||
eb.processContent();
|
eb.processContent();
|
||||||
fnExtra?.(eb);
|
fnExtra?.(eb);
|
||||||
return await this.#sign(eb);
|
return await this.#sign(eb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user