X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=ea1cb8330886f2b727894e21da5c6789c360d5fa;hb=2bc058176f660752eb68688d1a96d8e5b3ae0a65;hp=a72dcd5c039112f695942d644e489289e3a1af9a;hpb=2835d19c0c20dc13fab9371f8cd56984c9114dab;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index a72dcd5..ea1cb83 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -862,7 +862,7 @@ public class WebInterface { notificationManager.addNotification(mentionNotification); } } else { - getCore().markReplyKnown(reply); + reply.modify().setKnown().update(getCore().postReplyUpdated()); } }