mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-04 16:39:40 +00:00
fix status.EditIDs not being carried over in dereferencer.encrichStatus()
This commit is contained in:
parent
660fe0df66
commit
d5e2611821
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue