diff --git a/cmd/eksterd/micropub.go b/cmd/eksterd/micropub.go index ebfbd86..50d57d0 100644 --- a/cmd/eksterd/micropub.go +++ b/cmd/eksterd/micropub.go @@ -92,7 +92,7 @@ func (h *micropubHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { return } - item = jf2.MapToItem(jf2.SimplifyMicroformat(&mfItem)) + item = jf2.MapToItem(jf2.SimplifyMicroformat(&mfItem, nil)) ok = true } else if r.Header.Get("Content-Type") == "application/x-www-form-urlencoded" { content := r.FormValue("content")