You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Players who have show_own set to false do not have their personal matches displayed and are only identified in team matches. However all their matches are still pulled from the Steam API.
This needs to be reworked so they can be identified in other players matches without having to pull their own list from Steam.
The text was updated successfully, but these errors were encountered:
This can't be optimized much. In the worst case scenario, you can skip ONE player, the one we check last would not be needed if show_own is set to false for him.
Hmm, this is an issue if you still want to see team matches that include only people with show_own set to false. Which is a pretty probable use case.
I think it could still be optimised by adding another configuration option to players called fetch_matches for those players who you just want to identify when they appear in matches, but don't care about any matches they have which don't include team members. I will amend the issue to reflect this.
Thanks, I appreciate the input.
chris-gooley
changed the title
Dont fetch matches for those players who have show_own set to false
Implement new player configuration option which turns off match fetching completely for that player. But still displays them in team matches.
Oct 24, 2016
chris-gooley
changed the title
Implement new player configuration option which turns off match fetching completely for that player. But still displays them in team matches.
Implement new player configuration option which turns off match fetching completely for that player.
Oct 24, 2016
Players who have show_own set to false do not have their personal matches displayed and are only identified in team matches. However all their matches are still pulled from the Steam API.
This needs to be reworked so they can be identified in other players matches without having to pull their own list from Steam.
The text was updated successfully, but these errors were encountered: