X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FNotificationHandler.kt;h=dc600798bd5d87ca836ae250d7d325376f7527f1;hp=2da6fc88e6333dcc1c831029178fccbd53b148ca;hb=b31f0234988a509ca831785c87433ab264374d0a;hpb=e6aa326d36fc1d653ed5473fd02af8cba8992b9a 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 2da6fc8..dc60079 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -32,5 +32,6 @@ class NotificationHandler @Inject constructor( soneLockedHandler: SoneLockedHandler, newVersionHandler: NewVersionHandler, imageInsertHandler: ImageInsertHandler, - firstStartHandler: FirstStartHandler + firstStartHandler: FirstStartHandler, + configNotReadHandler: ConfigNotReadHandler )