deb
This commit is contained in:
parent
f344fdf067
commit
86faa59e22
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ export default class Handler {
|
||||||
log("up to date with nostr events")
|
log("up to date with nostr events")
|
||||||
})
|
})
|
||||||
sub.on('event', async (e) => {
|
sub.on('event', async (e) => {
|
||||||
|
log(e)
|
||||||
if (e.kind !== 21000 || !e.pubkey) {
|
if (e.kind !== 21000 || !e.pubkey) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue