📄 Update year in file headers
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / notification / NotificationHandler.kt
index c55308e..a24a6d8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NotificationHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NotificationHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -44,5 +44,6 @@ class NotificationHandler @Inject constructor(
                webOfTrustPinger: WebOfTrustPinger,
                webOfTrustHandler: WebOfTrustHandler,
                soneMentionDetector: SoneMentionDetector,
-               soneMentionedHandler: SoneMentionedHandler
+               soneMentionedHandler: SoneMentionedHandler,
+               soneInsertHandler: SoneInsertHandler
 )