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=783a9f6034b4c57a21a39706a8ce04b3d8b96114;hp=631b0267bbf348beed4319c6754e0090d0bb089c;hb=6fd3d46cae8b06225c862a8b5d0a6aef35328e21;hpb=e6768e198b1644393e63947a0fc45f1c72ae474b 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 631b026..783a9f6 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -30,5 +30,6 @@ class NotificationHandler @Inject constructor( newRemotePostHandler: NewRemotePostHandler, soneLockedOnStartupHandler: SoneLockedOnStartupHandler, soneLockedHandler: SoneLockedHandler, - newVersionHandler: NewVersionHandler + newVersionHandler: NewVersionHandler, + imageInsertHandler: ImageInsertHandler )