diff --git a/activityStreams.go b/activityStreams.go index 1b579fb..35777ec 100644 --- a/activityStreams.go +++ b/activityStreams.go @@ -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