This commit is contained in:
Niko Abeler 2022-11-19 15:54:26 +01:00
parent abc11e112f
commit 33ca1fba6f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"os" "os"
"path" "path"
"strings" "strings"
"time"
"github.com/julienschmidt/httprouter" "github.com/julienschmidt/httprouter"
) )
@ -304,6 +305,7 @@ func userMicropubHandler(repo *owl.Repository) func(http.ResponseWriter, *http.R
Reply: owl.Reply{ Reply: owl.Reply{
Url: inReplyTo, Url: inReplyTo,
}, },
Date: time.Now(),
}, },
content, content,
) )