chore: remove big E

This commit is contained in:
Kieran 2023-10-19 16:46:05 +01:00
parent 234d354062
commit c96ea94bb3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -212,8 +212,6 @@ export class EventPublisher {
eb.tag(["p", replyTo.pubkey]);
}
}
// Big E/A tag
eb.tag(unwrap(link.toEventTag()).map((v, i) => (i === 0 ? v.toUpperCase() : v)));
eb.processContent();
fnExtra?.(eb);
return await this.#sign(eb);