mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 02:43:31 -06:00
deletes, unboosts, docs updates
This commit is contained in:
parent
efbd839181
commit
ef3d38240b
15 changed files with 318 additions and 33 deletions
|
|
@ -649,7 +649,7 @@ func (c *converter) BoostToAS(boostWrapperStatus *gtsmodel.Status, boostingAccou
|
|||
if err := c.db.GetByID(boostWrapperStatus.BoostOfID, b); err != nil {
|
||||
return nil, fmt.Errorf("BoostToAS: error getting status with ID %s from the db: %s", boostWrapperStatus.BoostOfID, err)
|
||||
}
|
||||
boostWrapperStatus = b
|
||||
boostWrapperStatus.GTSBoostedStatus = b
|
||||
}
|
||||
|
||||
// create the announce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue