X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=28b82c0483d3c80e55512b621c9095887e2ad806;hb=a1fa131a44204b2b42de3b5d467373cd113dab28;hp=6e1d2167c0a9c545ba1a22e12a205cadc2674fcc;hpb=3e2c50ec4555d0d6ce1c78cd9748946e3b5b0924;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 6e1d216..28b82c0 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -35,6 +35,7 @@ class NotificationHandler @Inject constructor( soneLockedOnStartupHandler: SoneLockedOnStartupHandler, soneLockedHandler: SoneLockedHandler, localPostHandler: LocalPostHandler, + localReplyHandler: LocalReplyHandler, newVersionHandler: NewVersionHandler, imageInsertHandler: ImageInsertHandler, firstStartHandler: FirstStartHandler, @@ -43,5 +44,6 @@ class NotificationHandler @Inject constructor( webOfTrustPinger: WebOfTrustPinger, webOfTrustHandler: WebOfTrustHandler, soneMentionDetector: SoneMentionDetector, - soneMentionedHandler: SoneMentionedHandler + soneMentionedHandler: SoneMentionedHandler, + soneInsertHandler: SoneInsertHandler )