🐛 Fix get the posts repeatly

This commit is contained in:
2025-06-13 00:36:12 +08:00
parent 34902d0486
commit 8af2dddb45
3 changed files with 15 additions and 17 deletions

View File

@ -73,7 +73,7 @@ public class Post : ModelBase, IIdentifiedResource, IActivity
{
return new Activity.Activity()
{
CreatedAt = CreatedAt,
CreatedAt = PublishedAt ?? CreatedAt,
UpdatedAt = UpdatedAt,
DeletedAt = DeletedAt,
Id = Id,