♻️ Use handler for sone-mentioned notifications
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2020 21:31:54 +0000 (22:31 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2020 21:31:54 +0000 (22:31 +0100)
commit8d9f18ad6233388b4b1beb4e457ad211015b90a4
tree24cdee921e4f5a1be036b45ba3fc5b381eda86b1
parent62ef0f7790f226019d56f93e12f64cef1e897f72
♻️ Use handler for sone-mentioned notifications
src/main/java/net/pterodactylus/sone/web/WebInterface.java
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModule.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/SoneMentionedHandler.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/SoneMentionedHandlerTest.kt [new file with mode: 0644]