Automatically mark replies of a post as known when a post is marked as known.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index 565aec4..3fc09cc 100644 (file)
@@ -1655,6 +1655,9 @@ public class Core extends AbstractService implements IdentityListener, UpdateLis
                                touchConfiguration();
                        }
                }
+               for (PostReply reply : getReplies(post)) {
+                       markReplyKnown(reply);
+               }
        }
 
        /**