bug: missing ptag in reply
This commit is contained in:
parent
11b1bc81b5
commit
198b5c3858
@ -252,6 +252,7 @@ export class EventPublisher {
|
|||||||
}
|
}
|
||||||
eb.tag(["e", replyTo.id, replyTo.relays?.[0] ?? "", "reply"]);
|
eb.tag(["e", replyTo.id, replyTo.relays?.[0] ?? "", "reply"]);
|
||||||
|
|
||||||
|
eb.tag(["p", replyTo.pubkey]);
|
||||||
for (const pk of thread.pubKeys) {
|
for (const pk of thread.pubKeys) {
|
||||||
if (pk === this.#pubKey) {
|
if (pk === this.#pubKey) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user