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