Migrate to new follows storage
This commit is contained in:
@ -120,7 +120,7 @@ func Profile(ctx aero.Context, viewUser *arn.User) error {
|
||||
}
|
||||
|
||||
// Friends
|
||||
friends := viewUser.Follows().UsersWhoFollowBack()
|
||||
friends := viewUser.Friends()
|
||||
|
||||
arn.SortUsersFollowers(friends)
|
||||
|
||||
|
Reference in New Issue
Block a user