aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-24 10:59:49 -0800
committerFChannel <=>2021-01-24 10:59:49 -0800
commit895d90f8dd038540e65cf291f003195a0f6bd024 (patch)
treef8c9dcd4fc735cc1b9dc76866df8215c516abb8f /OutboxPost.go
parent2ca021e2c6599b39e6225fdbd449093517a34418 (diff)
domain routing bug
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index f66c234..dbb49d2 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -110,6 +110,7 @@ func ParseOutboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
SetActorFollowingDB(db, rActivity)
MakeActivityRequest(activity)
}
+
w.Write([]byte(""))
case "Delete":
fmt.Println("This is a delete")