mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 21:06:14 -06:00
Test Web Push notifications from workers
This commit is contained in:
parent
c9aa25b42b
commit
8e72a8fd24
3 changed files with 87 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ func (suite *SurfaceNotifyTestSuite) TestSpamNotifs() {
|
|||
Stream: testStructs.Processor.Stream(),
|
||||
VisFilter: visibility.NewFilter(testStructs.State),
|
||||
EmailSender: testStructs.EmailSender,
|
||||
WebPushSender: testStructs.WebPushSender,
|
||||
Conversations: testStructs.Processor.Conversations(),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue