diff options
author | FChannel <=> | 2021-01-25 11:02:42 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-25 11:02:42 -0800 |
commit | 3b923a6f098cacf35f309e44a4c67a6a576fba4e (patch) | |
tree | 967d50793a086b9b08d25a83f64f29089d1fcf6c /OutboxPost.go | |
parent | f6ccb7e03ff6aff01acd7f2b40346156e7b8b10b (diff) |
follow cache sync
Diffstat (limited to 'OutboxPost.go')
-rw-r--r-- | OutboxPost.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go index 12f9441..30c2cc5 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -406,7 +406,6 @@ func ObjectFromForm(r *http.Request, db *sql.DB, obj ObjectBase) ObjectBase { return obj } - func ParseOptions(r *http.Request, obj ObjectBase) ObjectBase { options := EscapeString(r.FormValue("options")) if options != "" { |