From: David ‘Bombe’ Roden Date: Sat, 8 Feb 2020 08:11:01 +0000 (+0100) Subject: 🐛 Add missing local post handler X-Git-Tag: v81^2~5^2~8 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=3e2c50ec4555d0d6ce1c78cd9748946e3b5b0924;ds=sidebyside 🐛 Add missing local post handler --- 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 f7c0743..6e1d216 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -34,6 +34,7 @@ class NotificationHandler @Inject constructor( remotePostReplyHandler: RemotePostReplyHandler, soneLockedOnStartupHandler: SoneLockedOnStartupHandler, soneLockedHandler: SoneLockedHandler, + localPostHandler: LocalPostHandler, newVersionHandler: NewVersionHandler, imageInsertHandler: ImageInsertHandler, firstStartHandler: FirstStartHandler,