Remove method to mark replies as known from the core.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index a72dcd5..ea1cb83 100644 (file)
@@ -862,7 +862,7 @@ public class WebInterface {
                                notificationManager.addNotification(mentionNotification);
                        }
                } else {
-                       getCore().markReplyKnown(reply);
+                       reply.modify().setKnown().update(getCore().postReplyUpdated());
                }
        }