Show friends on anime

This commit is contained in:
2017-07-21 11:25:53 +02:00
parent c0e324cefd
commit 22fe164f34
7 changed files with 47 additions and 13 deletions

View File

@ -88,7 +88,7 @@ func dashboard(ctx *aero.Context) string {
}
followingList = userList.([]*arn.User)
followingList = arn.SortUsersLastSeen(followingList)
arn.SortUsersLastSeen(followingList)
if len(followingList) > maxFollowing {
followingList = followingList[:maxFollowing]