Final changes (hopefully) for adding posts to profile
This commit is contained in:
@ -21,6 +21,7 @@ func GetPostsByUser(ctx *aero.Context) string {
|
||||
|
||||
posts := user.Posts()
|
||||
arn.SortPostsLatestLast(posts)
|
||||
|
||||
var postables []arn.Postable
|
||||
|
||||
if len(posts) >= postLimit {
|
||||
|
Reference in New Issue
Block a user