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=2da6fc88e6333dcc1c831029178fccbd53b148ca;hp=783a9f6034b4c57a21a39706a8ce04b3d8b96114;hb=8bd33b61d226641aad09285e97c156d4d6e25aed;hpb=1b4f8c0f65eb4db3831585743b326d2588b36cef 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 783a9f6..2da6fc8 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -31,5 +31,6 @@ class NotificationHandler @Inject constructor( soneLockedOnStartupHandler: SoneLockedOnStartupHandler, soneLockedHandler: SoneLockedHandler, newVersionHandler: NewVersionHandler, - imageInsertHandler: ImageInsertHandler + imageInsertHandler: ImageInsertHandler, + firstStartHandler: FirstStartHandler )