summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-02-10 05:28:28 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-02-10 05:28:28 -0500
commitae7f849ccf6829fcd75624d2e45d4aca0cb291f8 (patch)
tree824183cc523e896262657be63ab76db3bc0c2bf8
parentf61acc774db175cac4c8edbc9b95ac257277d11f (diff)
more activitypub gore
-rw-r--r--activitypub.go10
-rw-r--r--assets/images/avatar.jpgbin0 -> 16859 bytes
2 files changed, 4 insertions, 6 deletions
diff --git a/activitypub.go b/activitypub.go
index 4b266a6..64c644a 100644
--- a/activitypub.go
+++ b/activitypub.go
@@ -33,14 +33,12 @@ var user = `{
 	"summary": "Server Server Server",
 	"manuallyApprovesFollowers": true,
     "discoverable": true,
-    "published": "1984-04-20T00:00:00Z",
+    "published": "2019-04-20T00:00:00Z",
 
 	"inbox": "https://treefort.piusbird.space/inbox",
-	"publicKey": {
-	  "id": "https://treefort.piusbird.space/u/piusbird/key",
-	  "owner": "https://treefort.piusbird.space/u/piusbird",
-	  "publickeyPem": "-----BEGIN PUBLIC KEY-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAozrjVu0XYfjYHyk/eoX6\\nhHfTu+qsq+T299wqTJ/vp7l3pAVttUR6eNS5kZNs4Ugr+MheJf/GS2odH8pDSkRt\\naRCq4Cs0uMHBzN+tLaE1lWR6O+fZX6nyNXwax+XRRuAgyr1ciazWGs+1r50JnbJH\\nYI9tofeiq5UaRUyNP2SLvNmDKsXcdL2qw2UQMfJQj/pKAFNnz31xrFvAAQ3S24aC\\nO7bdZ9fIMPfgwudSkga8Hs0ACYW+AXSSDMnwnJ631hSKicU4QAKCbn+cziGR5ZHY\\nbX3xe96NGXJAcA7y9AcQG2REcUvUeXp6XW7KoaBjNN47d/h+F6DmQ/FJPvQUI9bW\\n0QIDAQAB\\n-----END PUBLIC KEY-----\\n"
-	}
+	"outbox": "https://treefort.piusbird.space/outbox",
+	
+	
   }
   `
 
diff --git a/assets/images/avatar.jpg b/assets/images/avatar.jpg
new file mode 100644
index 0000000..8f8e663
--- /dev/null
+++ b/assets/images/avatar.jpg
Binary files differ