X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=21a5b3711c3cc9e763bce53639ece26d1dfd4c78;hb=2ec60e8d6d2efadd7b4d35de3c3d257a0bc5f190;hp=41e67bd01001f56576c09167920b58d43c8decf7;hpb=439fb3dfa1ccf157388a0e0b306013d0aa46bb50;p=Sone.git diff --git a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt index 41e67bd..21a5b37 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -17,6 +17,7 @@ package net.pterodactylus.sone.web.notification +import net.pterodactylus.sone.freenet.wot.* import javax.inject.* /** @@ -34,5 +35,7 @@ class NotificationHandler @Inject constructor( imageInsertHandler: ImageInsertHandler, firstStartHandler: FirstStartHandler, configNotReadHandler: ConfigNotReadHandler, - startupHandler: StartupHandler + startupHandler: StartupHandler, + webOfTrustPinger: WebOfTrustPinger, + webOfTrustHandler: WebOfTrustHandler )