🗃️ Update schema to clean up unused code

This commit is contained in:
2025-10-23 01:01:19 +08:00
parent e6aa61b03b
commit 266b9e36e2
16 changed files with 4760 additions and 401 deletions

View File

@@ -685,6 +685,8 @@ public partial class PostService(
post.ForwardedPost.Publisher = forwardedPublisher;
}
await ps.LoadIndividualPublisherAccounts(publishers.Values);
return posts;
}