We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only include users for whom this evaluates to true:
true
user.deleted === false && user.is_ultra_restricted === false && user.is_bot === false && user.is_app_user === false
If needed, maybe use a heuristic to avoid extra API calls, e.g.: is_inactive = user.real_name === user.display_name
is_inactive = user.real_name === user.display_name
Optionally add a parameter to include them in the leaderboard?
The text was updated successfully, but these errors were encountered:
Should probably be done before #6.
Sorry, something went wrong.
No branches or pull requests
Only include users for whom this evaluates to
true
:If needed, maybe use a heuristic to avoid extra API calls, e.g.:is_inactive = user.real_name === user.display_name
Optionally add a parameter to include them in the leaderboard?
The text was updated successfully, but these errors were encountered: