mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-08 06:38:08 -06:00
merge fixup
This commit is contained in:
parent
4c294a596a
commit
3301148bb7
4 changed files with 10 additions and 8 deletions
|
|
@ -138,7 +138,7 @@ var Start action.GTSAction = func(ctx context.Context) error {
|
|||
}
|
||||
|
||||
// create and start the message processor using the other services we've created so far
|
||||
processor := processing.NewProcessor(typeConverter, federator, oauthServer, mediaHandler, storage, dbService, emailSender)
|
||||
processor := processing.NewProcessor(typeConverter, federator, oauthServer, mediaManager, storage, dbService, emailSender)
|
||||
if err := processor.Start(ctx); err != nil {
|
||||
return fmt.Errorf("error starting processor: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue