From 2fdaf020b1d952a9c86863c380affceb9ac09c61 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Sat, 30 Jan 2021 00:36:31 -0800 Subject: trip code name support --- OutboxPost.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OutboxPost.go') diff --git a/OutboxPost.go b/OutboxPost.go index 235611e..b51e7cc 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -355,7 +355,8 @@ func ObjectFromForm(r *http.Request, db *sql.DB, obj ObjectBase) ObjectBase { obj.Preview = CreatePreviewObject(obj.Attachment[0]) } - obj.AttributedTo = EscapeString(r.FormValue("name")) + obj.AttributedTo = CreateNameTripCode(r.FormValue("name")) + obj.AttributedTo = EscapeString(obj.AttributedTo) obj.Name = EscapeString(r.FormValue("subject")) obj.Content = EscapeString(r.FormValue("comment")) -- cgit v1.2.3