X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=41e67bd01001f56576c09167920b58d43c8decf7;hb=5cfe9916e6b52b68a403873e35683ce242be4793;hp=dc600798bd5d87ca836ae250d7d325376f7527f1;hpb=0ec1b5b1d8bdf682f87909a1a0dea64290f6121d;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 dc60079..41e67bd 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -33,5 +33,6 @@ class NotificationHandler @Inject constructor( newVersionHandler: NewVersionHandler, imageInsertHandler: ImageInsertHandler, firstStartHandler: FirstStartHandler, - configNotReadHandler: ConfigNotReadHandler + configNotReadHandler: ConfigNotReadHandler, + startupHandler: StartupHandler )