aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-28 22:54:31 -0800
committerFChannel <=>2021-01-28 22:54:31 -0800
commit14a9890dcea47776cd2fa328774cec7c2ad3dad0 (patch)
treeb579c068de5e384c4162eeb19563b8230574e118 /OutboxPost.go
parent1af3f64d7d90e3c6b2fa5b119dd2489a5c4c8247 (diff)
follow bug fix
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 4ef58b3..235611e 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -97,7 +97,7 @@ func ParseOutboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
var verify Verify
verify.Identifier = "admin"
- verify.Board = activity.Actor.Id
+ verify.Board = Domain
verify = GetVerificationCode(db, verify)
@@ -141,9 +141,7 @@ func ParseOutboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
verify.Board = Domain
verify = GetVerificationCode(db, verify)
-
- fmt.Println(verify.Code)
-
+
code := verify.Code
code = CreateTripCode(code)
code = CreateTripCode(code)