♻️ Extract a handler for new posts during first start
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 58c9d19..48f5d23 100644 (file)
@@ -704,8 +704,6 @@ public class WebInterface implements SessionProvider {
                                mentionNotification.add(post);
                                notificationManager.addNotification(mentionNotification);
                        }
-               } else {
-                       getCore().markPostKnown(post);
                }
        }