WIP Render nostr profile and relay status with Ruby
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -23,11 +23,11 @@ export default class extends Controller {
|
||||
}
|
||||
|
||||
if (this.pubkeyHexValue) {
|
||||
this.discoverUserOnNostr().then(() => {
|
||||
this.renderRelayStatus()
|
||||
this.renderProfileNip05Status()
|
||||
this.renderProfileLud16Status()
|
||||
})
|
||||
// this.discoverUserOnNostr().then(() => {
|
||||
// this.renderRelayStatus()
|
||||
// this.renderProfileNip05Status()
|
||||
// this.renderProfileLud16Status()
|
||||
// })
|
||||
}
|
||||
} else {
|
||||
this.noExtensionTarget.classList.remove("hidden")
|
||||
|
||||
Reference in New Issue
Block a user