🚧 Use handler for new-reply notifications
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jan 2020 22:01:20 +0000 (23:01 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jan 2020 22:01:20 +0000 (23:01 +0100)
commitb5848fd116890f2b9434f169a16d203f24bfa94e
tree414290fbe1463ca50599faf3a9c6f24cdfd82435
parent7a4ce0402bb7146ad791fbc52c0cf9b4d6871c91
🚧 Use handler for new-reply 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/RemotePostReplyHandler.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/RemotePostReplyHandlerTest.kt [new file with mode: 0644]