mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 03:22:25 -06:00
moving stuff around
This commit is contained in:
parent
1f44b06c06
commit
5d2b69c256
22 changed files with 14 additions and 264 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue