🎨 Replace reply events with Kotlin versions
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index c78ad53..c50f74e 100644 (file)
@@ -844,7 +844,7 @@ public class WebInterface implements SessionProvider {
 
        @Subscribe
        public void markReplyKnown(MarkPostReplyKnownEvent markPostReplyKnownEvent) {
-               removeReply(markPostReplyKnownEvent.postReply());
+               removeReply(markPostReplyKnownEvent.getPostReply());
        }
 
        @Subscribe