mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-27 18:03:33 -06:00
deletes, unboosts, docs updates
This commit is contained in:
parent
efbd839181
commit
ef3d38240b
15 changed files with 318 additions and 33 deletions
|
|
@ -401,5 +401,9 @@ func (p *processor) timelineStatusForAccount(status *gtsmodel.Status, accountID
|
|||
}
|
||||
|
||||
func (p *processor) deleteStatusFromTimelines(status *gtsmodel.Status) error {
|
||||
return p.timelineManager.WipeStatusFromAllTimelines(status.ID)
|
||||
if err := p.timelineManager.WipeStatusFromAllTimelines(status.ID); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return p.streamingProcessor.StreamDelete(status.ID)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue