mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 13:39:32 -06:00
fix up some little things
This commit is contained in:
parent
86fd23ccd9
commit
d55c5d8f42
6 changed files with 57 additions and 27 deletions
|
|
@ -7,5 +7,8 @@ import (
|
|||
)
|
||||
|
||||
func (p *processor) Context(account *gtsmodel.Account, targetStatusID string) (*apimodel.Context, gtserror.WithCode) {
|
||||
return &apimodel.Context{}, nil
|
||||
return &apimodel.Context{
|
||||
Ancestors: []apimodel.Status{},
|
||||
Descendants: []apimodel.Status{},
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue