summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-02-09 18:55:15 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-02-09 18:55:15 -0500
commit0701d7a15b82fa6fab536856a3e03be1f9e929ef (patch)
treeab8686e7818301fa7dc54e9205ccac0fd0cb2f33
parent63402ca86de6160ccf8a006b4f9a5979e0bb0024 (diff)
Troubleshooting again
-rw-r--r--activitypub.go10
1 files changed, 1 insertions, 9 deletions
diff --git a/activitypub.go b/activitypub.go
index a705cad..3204cdd 100644
--- a/activitypub.go
+++ b/activitypub.go
@@ -12,19 +12,11 @@ var apActor = `{
 	  "https://treefort.piusbird.space/users/piusbird"
 	],
 	"links": [
-	  {
-		"rel": "http://webfinger.net/rel/profile-page",
-		"type": "text/html",
-		"href": "https://treefort.piusbird.space/u/@piusbird"
-	  },
+	
 	  {
 		"rel": "self",
 		"type": "application/activity+json",
 		"href": "https://treefort.piusbird.space/u/piusbird"
-	  },
-	  {
-		"rel": "http://ostatus.org/schema/1.0/subscribe",
-		"template": "https://treefort.piusbird.space/authorize_interaction?uri={uri}"
 	  }
 	]
   }