Improved user references reset patch
This commit is contained in:
@ -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