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=21a5b3711c3cc9e763bce53639ece26d1dfd4c78;hpb=146335994dc415527bc4c8ec9a0981d739444ea8;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 21a5b37..cc2a2b3 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -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 )