commit c1c33518ea2d20cf8a1d970d6133799bf3ee8086
parent f2cf30a72880fb85bf5268a79aca57fc20e04e62
Author: William Casarin <jb55@jb55.com>
Date: Wed, 12 Jul 2023 14:42:23 -0700
don't follow jb55 by default
This was funny initially but it confuses people.
Changelog-Removed: Remove following Damus Will by default
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/damus/Nostr/NostrEvent.swift b/damus/Nostr/NostrEvent.swift
@@ -457,10 +457,8 @@ func make_first_contact_event(keypair: Keypair) -> NostrEvent? {
let relay_json = encode_json(relays)!
let damus_pubkey = "3efdaebb1d8923ebd99c9e7ace3b4194ab45512e2be79c1b7d68d9243e0d2681"
- let jb55_pubkey = "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245" // lol
let tags = [
["p", damus_pubkey],
- ["p", jb55_pubkey],
["p", keypair.pubkey] // you're a friend of yourself!
]
let ev = NostrEvent(content: relay_json,