mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 23:27:29 -06:00
updates to some key functions
This commit is contained in:
parent
b4288f3c47
commit
740086576c
34 changed files with 488 additions and 522 deletions
|
|
@ -83,6 +83,10 @@ func (p *processor) processFromClientAPI(clientMsg gtsmodel.FromClientAPI) error
|
|||
return errors.New("boost was not parseable as *gtsmodel.Status")
|
||||
}
|
||||
|
||||
if err := p.timelineStatus(boostWrapperStatus); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := p.notifyAnnounce(boostWrapperStatus); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue