Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] replace statuses.updated_at column with statuses.edited_at #3636

Merged
2 changes: 2 additions & 0 deletions internal/federation/dereferencing/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ func (d *Dereferencer) enrichStatus(
latestStatus.FetchedAt = time.Now()
latestStatus.Local = status.Local
latestStatus.PinnedAt = status.PinnedAt
latestStatus.EditIDs = status.EditIDs
latestStatus.Edits = status.Edits

// Carry-over approvals. Remote instances might not yet
// serve statuses with the `approved_by` field, but we
Expand Down