moving stuff around
This commit is contained in:
11
internal/processing/synchronous/status/context.go
Normal file
11
internal/processing/synchronous/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
|
||||
}
|
||||
Reference in New Issue
Block a user