Improved user references reset patch
This commit is contained in:
@ -51,7 +51,7 @@ func Get(ctx *aero.Context) string {
|
||||
}
|
||||
}
|
||||
|
||||
arn.SortUsersLastSeen(friends)
|
||||
arn.SortUsersLastSeenFirst(friends)
|
||||
}
|
||||
|
||||
// Sort relations by start date
|
||||
|
@ -19,7 +19,7 @@ func GetFollowers(ctx *aero.Context) string {
|
||||
}
|
||||
|
||||
followers := viewUser.Followers()
|
||||
arn.SortUsersLastSeen(followers)
|
||||
arn.SortUsersLastSeenFirst(followers)
|
||||
|
||||
return ctx.HTML(components.ProfileFollowers(followers, viewUser, utils.GetUser(ctx), ctx.URI()))
|
||||
|
||||
|
Reference in New Issue
Block a user