♻️ Use handler for sone-mentioned notifications
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / NotificationHandler.kt
index cc2a2b3..aba74ae 100644 (file)
@@ -39,5 +39,6 @@ class NotificationHandler @Inject constructor(
                startupHandler: StartupHandler,
                webOfTrustPinger: WebOfTrustPinger,
                webOfTrustHandler: WebOfTrustHandler,
-               soneMentionDetector: SoneMentionDetector
+               soneMentionDetector: SoneMentionDetector,
+               soneMentionedHandler: SoneMentionedHandler
 )