mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 09:06:14 -06:00
add test editing status but adding a poll
This commit is contained in:
parent
1f71a0b799
commit
ecc24b0ab3
2 changed files with 67 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue