Migrate to new follows storage

This commit is contained in:
2019-11-19 13:51:54 +09:00
parent 99f5ae1b4f
commit 803d303420
14 changed files with 237 additions and 241 deletions

View File

@ -120,7 +120,7 @@ func Profile(ctx aero.Context, viewUser *arn.User) error {
}
// Friends
friends := viewUser.Follows().UsersWhoFollowBack()
friends := viewUser.Friends()
arn.SortUsersFollowers(friends)