🚧 Add handler for marking replies as known during first start
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 5bb4e3a..ea357d2 100644 (file)
@@ -532,8 +532,6 @@ public class WebInterface implements SessionProvider {
                }
                if (!hasFirstStartNotification()) {
                        notificationManager.addNotification(isLocal ? localReplyNotification : newReplyNotification);
-               } else {
-                       getCore().markReplyKnown(reply);
                }
        }