mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 17:19:32 -06:00
moving stuff around
This commit is contained in:
parent
1f44b06c06
commit
5d2b69c256
22 changed files with 14 additions and 264 deletions
|
|
@ -1,11 +0,0 @@
|
|||
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