X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=48f5d233ac4fb3979966270ff3b173a761f60b44;hb=3b926c638ec74eaf41e54463de6e85629f4e1be8;hp=58c9d193de7d7efa439ef1203f7e6dd7d652dac6;hpb=b6a8b559407daefde5ce01967190cccf97e2bb00;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 58c9d19..48f5d23 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -704,8 +704,6 @@ public class WebInterface implements SessionProvider { mentionNotification.add(post); notificationManager.addNotification(mentionNotification); } - } else { - getCore().markPostKnown(post); } }