mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-06 07:19:31 -06:00
restructure a bunch, get unfaves working
This commit is contained in:
parent
de3b6bc6d9
commit
1f44b06c06
25 changed files with 1190 additions and 681 deletions
11
internal/processing/status/context.go
Normal file
11
internal/processing/status/context.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package status
|
||||
|
||||
import (
|
||||
apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
|
||||
)
|
||||
|
||||
func (p *processor) Context(account *gtsmodel.Account, targetStatusID string) (*apimodel.Context, gtserror.WithCode) {
|
||||
return &apimodel.Context{}, nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue