mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 13:46:20 -06:00
ensure ContentType is updated anywhere Text is
This commit is contained in:
parent
8eeede9c35
commit
cd53543ec1
4 changed files with 4 additions and 3 deletions
|
|
@ -1239,6 +1239,7 @@ func (d *Dereferencer) handleStatusEdit(
|
|||
edit.Content = existing.Content
|
||||
edit.ContentWarning = existing.ContentWarning
|
||||
edit.Text = existing.Text
|
||||
edit.ContentType = existing.ContentType
|
||||
edit.Language = existing.Language
|
||||
edit.Sensitive = existing.Sensitive
|
||||
edit.StatusID = status.ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue