From ee30189224579977a6c4d27aba4e1f0aacd91d57 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Thu, 28 Jan 2021 15:52:22 -0800 Subject: removed \n from tripcode --- OutboxPost.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'OutboxPost.go') diff --git a/OutboxPost.go b/OutboxPost.go index aae2d45..7388aed 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -496,7 +496,7 @@ func CheckCaptcha(db *sql.DB, captcha string) bool { if (code == strings.ToUpper(parts[1])) { return true - } +p } return false } @@ -505,8 +505,7 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) { activity := GetActivityFromJson(r, db) header := r.Header.Get("Authorization") - - auth := strings.Split(header, " ") + auth := strings.Split(header, " ") switch(activity.Type) { case "Create": for _, e := range activity.To { -- cgit v1.2.3