X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=783a9f6034b4c57a21a39706a8ce04b3d8b96114;hb=6fd3d46cae8b06225c862a8b5d0a6aef35328e21;hp=d2ae08502d8c56583ffb6cc199846c548b398f11;hpb=4b2cc51efed050a19dc2c8e27a7dbb656960321a;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 d2ae085..783a9f6 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -26,5 +26,10 @@ import javax.inject.* @Suppress("UNUSED_PARAMETER") class NotificationHandler @Inject constructor( markPostKnownDuringFirstStartHandler: MarkPostKnownDuringFirstStartHandler, - newRemotePostHandler: NewRemotePostHandler + newSoneHandler: NewSoneHandler, + newRemotePostHandler: NewRemotePostHandler, + soneLockedOnStartupHandler: SoneLockedOnStartupHandler, + soneLockedHandler: SoneLockedHandler, + newVersionHandler: NewVersionHandler, + imageInsertHandler: ImageInsertHandler )