mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 23:46:16 -06:00
Post-rebase fixes
This commit is contained in:
parent
bff26f4ebc
commit
920ec76fd2
5 changed files with 26 additions and 23 deletions
|
|
@ -37,6 +37,7 @@ import (
|
|||
"github.com/superseriousbusiness/gotosocial/internal/processing"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/state"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/storage"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/subscriptions"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/transport"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/typeutils"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/webpush"
|
||||
|
|
@ -128,6 +129,11 @@ func (suite *RealSenderStandardTestSuite) SetupTest() {
|
|||
|
||||
suite.processor = processing.NewProcessor(
|
||||
cleaner.New(&suite.state),
|
||||
subscriptions.New(
|
||||
&suite.state,
|
||||
suite.transportController,
|
||||
suite.typeconverter,
|
||||
),
|
||||
suite.typeconverter,
|
||||
suite.federator,
|
||||
suite.oauthServer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue