Expose EventPublisher pubkey

This commit is contained in:
2023-06-21 15:02:31 +01:00
parent a5ae907cf7
commit a1409b6eaa
2 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,10 @@ export class EventPublisher {
}
}
get pubKey() {
return this.#pubKey;
}
get #hasNip07() {
return "nostr" in window;
}