Convert to simple relay-based groups from nip29

This commit is contained in:
Jon Staab
2024-09-11 10:48:34 -07:00
parent ed365f7e38
commit 4ad67921a0
20 changed files with 363 additions and 525 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
const pubkey = await getNip07()?.getPublicKey()
if (pubkey) {
await onSuccess({method: "extension", pubkey})
await onSuccess({method: "nip07", pubkey})
} else {
pushToast({
theme: "error",