WIP micropub #28

Merged
h4kor merged 7 commits from micropub into main 2022-11-19 15:35:31 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 33ca1fba6f - Show all commits

View File

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