summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-02-09 19:11:32 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-02-09 19:11:32 -0500
commitf61acc774db175cac4c8edbc9b95ac257277d11f (patch)
treef95c493ea93bf80e56f86b43ae1f6be98d3f4b3d
parent0701d7a15b82fa6fab536856a3e03be1f9e929ef (diff)
Hopefully now it works
-rw-r--r--activitypub.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/activitypub.go b/activitypub.go
index 3204cdd..4b266a6 100644
--- a/activitypub.go
+++ b/activitypub.go
@@ -26,9 +26,15 @@ var user = `{
 	  "https://www.w3.org/ns/activitystreams",
 	  "https://w3id.org/security/v1"
 	],
-	"id": "https://treefort.piusbird.space/actor",
+	"id": "https://treefort.piusbird.space/u/piusbird",
 	"type": "Person",
 	"preferredUsername": "piusbird",
+	"name": "Pius the Unscrootched",
+	"summary": "Server Server Server",
+	"manuallyApprovesFollowers": true,
+    "discoverable": true,
+    "published": "1984-04-20T00:00:00Z",
+
 	"inbox": "https://treefort.piusbird.space/inbox",
 	"publicKey": {
 	  "id": "https://treefort.piusbird.space/u/piusbird/key",