From 34fb73b11757d8810409eccd3baa371197ba556b Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 20 Dec 2022 14:04:45 +0100 Subject: [PATCH] Nostr things --- static/.well-known/nostr.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/.well-known/nostr.json diff --git a/static/.well-known/nostr.json b/static/.well-known/nostr.json new file mode 100644 index 00000000000..6a9e6d6a23a --- /dev/null +++ b/static/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "Einundzwanzig": "npub1qv02xpsc3lhxxx5x7xswf88w3u7kykft9ea7t78tz7ywxf7mxs9qrxujnc" + } +}