mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 14:37:30 -06:00
some more hacking away at the timeline code phew
This commit is contained in:
parent
96048d7f07
commit
86fd23ccd9
8 changed files with 49 additions and 45 deletions
|
|
@ -56,7 +56,7 @@ func (c *converter) StatusToBoost(s *gtsmodel.Status, boostingAccount *gtsmodel.
|
|||
Emojis: []string{},
|
||||
|
||||
// the below fields will be taken from the target status
|
||||
Content: util.HTMLFormat(s.Content),
|
||||
Content: s.Content,
|
||||
ContentWarning: s.ContentWarning,
|
||||
ActivityStreamsType: s.ActivityStreamsType,
|
||||
Sensitive: s.Sensitive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue