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=04449e706d866ab75325cc737d6899e625850469;hpb=75f931afe328cddc83a80bd70e2c582566b80d80;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 04449e7..783a9f6 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -29,5 +29,7 @@ class NotificationHandler @Inject constructor( newSoneHandler: NewSoneHandler, newRemotePostHandler: NewRemotePostHandler, soneLockedOnStartupHandler: SoneLockedOnStartupHandler, - soneLockedHandler: SoneLockedHandler + soneLockedHandler: SoneLockedHandler, + newVersionHandler: NewVersionHandler, + imageInsertHandler: ImageInsertHandler )