diff options
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") |