-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
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
[NEW] Add route to get user shield/badge #9549
Conversation
Choosing black as the text color would benefit all but the red version. Or dial the background way darker – bad contrast plagues the current RC default theme, no need to extend that to the shields. |
Looking good 👍 once you make the changes, I'll take a look |
@graywolf336 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and works good, testing locally. Thanks for the pull request!
@RocketChat/core
Closes #9488
Add route:
/api/v1/shield.svg?type=user&username=USERNAME
Displays user's
name
andstatus
as follows:Please guide me how can I improve the code further. Thank You.