🐛 Fix get the posts repeatly
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user