aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
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 fd87506..c9ceb12 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -365,6 +365,7 @@ func ObjectFromForm(r *http.Request, db *sql.DB, obj ObjectBase) ObjectBase {
}
obj.AttributedTo = EscapeString(r.FormValue("name"))
+ obj.TripCode = EscapeString(r.FormValue("tripcode"))
obj.Name = EscapeString(r.FormValue("subject"))
obj.Content = EscapeString(r.FormValue("comment"))