diff --git a/DysonNetwork.Sphere/Post/PostController.cs b/DysonNetwork.Sphere/Post/PostController.cs index 3629463..2ea3b7c 100644 --- a/DysonNetwork.Sphere/Post/PostController.cs +++ b/DysonNetwork.Sphere/Post/PostController.cs @@ -75,9 +75,6 @@ public class PostController( var post = await db.Posts .Where(e => e.Id == id) .Include(e => e.Publisher) - .Include(e => e.RepliedPost) - .Include(e => e.ThreadedPost) - .Include(e => e.ForwardedPost) .Include(e => e.Tags) .Include(e => e.Categories) .Include(e => e.Attachments)