mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 09:48:05 +01:00
Make push notification senders available via CommandDependencies
This commit is contained in:
committed by
Jon Chambers
parent
2744d33ef8
commit
0b1ec1e50b
@@ -72,6 +72,8 @@ class FinishPushNotificationExperimentCommandTest {
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
pushNotificationExperimentSamples,
|
||||
null,
|
||||
null,
|
||||
|
||||
@@ -65,6 +65,8 @@ class NotifyIdleDevicesWithoutMessagesCommandTest {
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null);
|
||||
|
||||
this.idleDeviceNotificationScheduler = idleDeviceNotificationScheduler;
|
||||
|
||||
@@ -61,6 +61,8 @@ class StartPushNotificationExperimentCommandTest {
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
pushNotificationExperimentSamples,
|
||||
null,
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user