X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=cc2a2b3c71be6216d192e6fddc0455c8e7a39842;hb=60b0b8a4b6954a0137b963397e144fd4ed82e3a8;hp=41e67bd01001f56576c09167920b58d43c8decf7;hpb=5cfe9916e6b52b68a403873e35683ce242be4793;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..cc2a2b3 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,8 @@ package net.pterodactylus.sone.web.notification +import net.pterodactylus.sone.freenet.wot.* +import net.pterodactylus.sone.text.* import javax.inject.* /** @@ -34,5 +36,8 @@ class NotificationHandler @Inject constructor( imageInsertHandler: ImageInsertHandler, firstStartHandler: FirstStartHandler, configNotReadHandler: ConfigNotReadHandler, - startupHandler: StartupHandler + startupHandler: StartupHandler, + webOfTrustPinger: WebOfTrustPinger, + webOfTrustHandler: WebOfTrustHandler, + soneMentionDetector: SoneMentionDetector )