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
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ private void load()
}
};
// todo: when friending/unfriending is implemented, the APIAccess.Friends list should be updated accordingly.
User.BindValueChanged(user => updateFollowers(user.NewValue), true);
}