1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Add todo comment reminding of updating friends list along

This commit is contained in:
Salman Ahmed 2020-12-17 13:33:49 +03:00
parent 94175d0532
commit 904a4daa98

View File

@ -50,6 +50,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
}
};
// todo: when friending/unfriending is implemented, the APIAccess.Friends list should be updated accordingly.
User.BindValueChanged(user => updateFollowers(user.NewValue), true);
}