FB posts are notes by default

This commit is contained in:
JP Hastings-Spital 2024-04-05 12:58:43 +01:00
parent b1f5864732
commit f6bba98516

View file

@ -49,7 +49,7 @@ func postize(e PostCheckinPhotoOrVideo, matches []string) (shared.Post, shared.M
postDate := time.Unix(int64(e.Timestamp), 0).UTC()
post := shared.Post{
Path: makePostPath("post", postDate, postHash),
Path: makePostPath("note", postDate, postHash),
FrontMatter: shared.FrontMatter{
Title: e.Title,
Date: postDate.Format(time.RFC3339),