Accept all replies, they will be filtered later in the notifications.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 28 Jun 2011 20:29:51 +0000 (22:29 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 28 Jun 2011 20:29:51 +0000 (22:29 +0200)
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);