🚧 Add handler for marking replies as known during first start
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jan 2020 21:18:13 +0000 (22:18 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jan 2020 21:18:13 +0000 (22:18 +0100)
commit7a4ce0402bb7146ad791fbc52c0cf9b4d6871c91
tree1ef02c28aeb277bfec00bcbc7a74e6e02656dcc0
parent6116ab8aa248eab6a4d800f991e749debc496df9
🚧 Add handler for marking replies as known during first start
src/main/java/net/pterodactylus/sone/web/WebInterface.java
src/main/kotlin/net/pterodactylus/sone/web/notification/MarkPostReplyKnownDuringFirstStartHandler.kt [new file with mode: 0644]
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModule.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostReplyKnownDuringFirstStartHandlerTest.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerTester.kt [new file with mode: 0644]