♻️ Move image-insert notifications into handler
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / NotificationHandler.kt
index 631b026..783a9f6 100644 (file)
@@ -30,5 +30,6 @@ class NotificationHandler @Inject constructor(
                newRemotePostHandler: NewRemotePostHandler,
                soneLockedOnStartupHandler: SoneLockedOnStartupHandler,
                soneLockedHandler: SoneLockedHandler,
-               newVersionHandler: NewVersionHandler
+               newVersionHandler: NewVersionHandler,
+               imageInsertHandler: ImageInsertHandler
 )