Mark Sones as known on “view Sone” and “known Sones” pages, move pagination out of...
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ViewSonePage.java
index 9746afd..e9810a6 100644 (file)
@@ -68,6 +68,7 @@ public class ViewSonePage extends SoneTemplatePage {
                if (sone == null) {
                        return;
                }
+               webInterface.getCore().markSoneKnown(sone);
                List<Post> posts = sone.getPosts();
                for (Post post : posts) {
                        webInterface.getCore().markPostKnown(post);