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:
parent
94175d0532
commit
904a4daa98
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user