Fixed order of posts

This commit is contained in:
Eduard Urbach 2017-06-22 17:42:17 +02:00
parent 7526bed076
commit 711f7f20a1

View File

@ -20,7 +20,7 @@ func GetPostsByUser(ctx *aero.Context) string {
}
posts := user.Posts()
arn.SortPostsLatestLast(posts)
arn.SortPostsLatestFirst(posts)
var postables []arn.Postable