remove docker, fix eventstore, fix inbox import, force relay import by json

This commit is contained in:
Barry Deen
2024-10-08 14:18:20 -04:00
parent a3d8437fb5
commit 0a33a6c22b
18 changed files with 39 additions and 1218 deletions

View File

@@ -19,7 +19,7 @@ func blast(ev *nostr.Event) {
continue
}
relay.Publish(ctx, *ev)
log.Println("🔫 blasted to", relay)
cancel()
}
log.Println("🔫 blasted", ev.ID, "to", len(config.BlastrRelays), "relays")
}