Final changes (hopefully) for adding posts to profile

This commit is contained in:
FM1337
2017-06-22 12:13:55 -03:00
parent f6e5b6da08
commit 7743a01925
3 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ func GetPostsByUser(ctx *aero.Context) string {
posts := user.Posts()
arn.SortPostsLatestLast(posts)
var postables []arn.Postable
if len(posts) >= postLimit {