🚧 Start Sone mention detector automatically
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / NotificationHandler.kt
index 21a5b37..cc2a2b3 100644 (file)
@@ -18,6 +18,7 @@
 package net.pterodactylus.sone.web.notification
 
 import net.pterodactylus.sone.freenet.wot.*
+import net.pterodactylus.sone.text.*
 import javax.inject.*
 
 /**
@@ -37,5 +38,6 @@ class NotificationHandler @Inject constructor(
                configNotReadHandler: ConfigNotReadHandler,
                startupHandler: StartupHandler,
                webOfTrustPinger: WebOfTrustPinger,
-               webOfTrustHandler: WebOfTrustHandler
+               webOfTrustHandler: WebOfTrustHandler,
+               soneMentionDetector: SoneMentionDetector
 )