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

@ -47,7 +47,7 @@ func Get(ctx aero.Context) error {
episodeToFriends := map[int][]*arn.User{}
if user != nil {
friends = user.Follows().Users()
friends = user.Follows()
deleted := 0
if animeListItem != nil {