🎨 Replace FUTURE_POSTS_FILTER with Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 21 Feb 2020 11:19:43 +0000 (12:19 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 21 Feb 2020 11:19:43 +0000 (12:19 +0100)
commitee39c03a6a811300728183552afcede1d9f8e79a
tree94f7011c2ee9e238c21716f94befbd21ad803b5a
parentc00c2dea5bbe698a46c443d3610855720baa69a4
🎨 Replace FUTURE_POSTS_FILTER with Kotlin version
src/main/java/net/pterodactylus/sone/data/Post.java
src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java
src/main/kotlin/net/pterodactylus/sone/data/Post.kt [new file with mode: 0644]
src/main/kotlin/net/pterodactylus/sone/web/pages/SearchPage.kt
src/test/kotlin/net/pterodactylus/sone/data/PostTest.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/test/Mocks.kt