X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=c55308e3fc8098ce1e7ea1a3ca4a9ca67995abaa;hb=79ef6e4644845290d9feb45a06f8588864dd0a83;hp=6e1d2167c0a9c545ba1a22e12a205cadc2674fcc;hpb=c7a324e45e46ac629a5a3da5c3458bc66d18938f;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..c55308e 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,