Another ActivityPub fix

pull/47/head
Jan-Lukas Else 6 months ago
parent c153638fd8
commit 295cabe781

@ -83,7 +83,7 @@ func (a *goBlog) toAPNote(p *post) *ap.Note {
}
if p.Updated != "" {
if t, err := dateparse.ParseLocal(p.Updated); err == nil {
note.Published = t
note.Updated = t
}
}
// Reply

Loading…
Cancel
Save