diff options
author | FChannel <=> | 2021-01-24 10:59:49 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-24 10:59:49 -0800 |
commit | 895d90f8dd038540e65cf291f003195a0f6bd024 (patch) | |
tree | f8c9dcd4fc735cc1b9dc76866df8215c516abb8f /OutboxPost.go | |
parent | 2ca021e2c6599b39e6225fdbd449093517a34418 (diff) |
domain routing bug
Diffstat (limited to 'OutboxPost.go')
-rw-r--r-- | OutboxPost.go | 1 |
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") |