bug: missing ptag in reply

This commit is contained in:
Kieran 2023-04-27 12:00:14 +01:00
parent 11b1bc81b5
commit 198b5c3858
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ export class EventPublisher {
}
eb.tag(["e", replyTo.id, replyTo.relays?.[0] ?? "", "reply"]);
eb.tag(["p", replyTo.pubkey]);
for (const pk of thread.pubKeys) {
if (pk === this.#pubKey) {
continue;