Fix relay list tag
This commit is contained in:
@ -262,7 +262,9 @@ export class EventPublisher {
|
|||||||
if (rx.settings.write && !rx.settings.read) {
|
if (rx.settings.write && !rx.settings.read) {
|
||||||
rTag.push("write");
|
rTag.push("write");
|
||||||
}
|
}
|
||||||
eb.tag(rTag);
|
if (rx.settings.read || rx.settings.write) {
|
||||||
|
eb.tag(rTag);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return await this.#sign(eb);
|
return await this.#sign(eb);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user