Fixed order of posts
This commit is contained in:
parent
7526bed076
commit
711f7f20a1
@ -20,7 +20,7 @@ func GetPostsByUser(ctx *aero.Context) string {
|
||||
}
|
||||
|
||||
posts := user.Posts()
|
||||
arn.SortPostsLatestLast(posts)
|
||||
arn.SortPostsLatestFirst(posts)
|
||||
|
||||
var postables []arn.Postable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user