add test editing status but adding a poll

This commit is contained in:
kim 2024-12-17 16:27:21 +00:00
commit ecc24b0ab3
2 changed files with 67 additions and 1 deletions

View file

@ -249,7 +249,7 @@ func (p *Processor) Edit(
edit.Language = status.Language
edit.Sensitive = status.Sensitive
edit.StatusID = status.ID
edit.CreatedAt = now
edit.CreatedAt = status.UpdatedAt
// Copy existing media and descriptions.
edit.AttachmentIDs = status.AttachmentIDs