mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 02:46:14 -06:00
webpush.Sender: take type converter as ctor param
This commit is contained in:
parent
b9f759d922
commit
d89f3ec8f1
4 changed files with 9 additions and 6 deletions
|
|
@ -125,6 +125,7 @@ func (suite *RealSenderStandardTestSuite) SetupTest() {
|
|||
Transport: suite,
|
||||
},
|
||||
&suite.state,
|
||||
suite.typeconverter,
|
||||
)
|
||||
|
||||
suite.processor = processing.NewProcessor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue