little fixes

This commit is contained in:
tsmethurst 2021-08-25 15:24:35 +02:00
commit e8a8dd1c27
3 changed files with 4 additions and 5 deletions

View file

@ -220,6 +220,7 @@ func (c *converter) ASStatusToStatus(ctx context.Context, statusable ap.Statusab
published, err := ap.ExtractPublished(statusable)
if err == nil {
status.CreatedAt = published
status.UpdatedAt = published
}
// which account posted this status?