We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb09749 commit 37f9815Copy full SHA for 37f9815
1 file changed
lib/Push.php
@@ -16,6 +16,7 @@
16
use OC\Security\IdentityProof\Manager;
17
use OCA\Notifications\AppInfo\Application;
18
use OCP\AppFramework\Http;
19
+use OCP\AppFramework\Services\IAppConfig;
20
use OCP\AppFramework\Utility\ITimeFactory;
21
use OCP\Authentication\Exceptions\InvalidTokenException;
22
use OCP\Authentication\Token\IToken;
@@ -78,6 +79,7 @@ public function __construct(
78
79
protected IDBConnection $db,
80
protected INotificationManager $notificationManager,
81
protected IConfig $config,
82
+ protected IAppConfig $appConfig,
83
protected IProvider $tokenProvider,
84
protected Manager $keyManager,
85
protected IClientService $clientService,
0 commit comments