Accept all replies, they will be filtered later in the notifications.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 73436c7..94a0fb6 100644 (file)
@@ -766,9 +766,6 @@ public class WebInterface implements CoreListener {
         */
        @Override
        public void newReplyFound(Reply reply) {
-               if (reply.getPost().getSone() == null) {
-                       return;
-               }
                boolean isLocal = getCore().isLocalSone(reply.getSone());
                if (isLocal) {
                        localReplyNotification.add(reply);