fix status.EditIDs not being carried over in dereferencer.encrichStatus()

This commit is contained in:
kim 2025-01-06 16:52:13 +00:00
parent 660fe0df66
commit d5e2611821

View file

@ -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