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=a24a6d8bad8912a2b7a6a3947a79500a9afa073b;hp=c55308e3fc8098ce1e7ea1a3ca4a9ca67995abaa;hb=438378deab1514f0f608d975ef65f5b7aea44ccb;hpb=79ef6e4644845290d9feb45a06f8588864dd0a83 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 c55308e..a24a6d8 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt @@ -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 )