-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(Khan Academy): fix and update presence #9374
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
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.
ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
websites/K/Khan Academy/presence.ts
Outdated
} | ||
else if (document.location.pathname.includes('/teachers')) { | ||
presenceData.state = '🎓 Teachers' | ||
else if (path === '/profile/me/teachers'){ |
Check failure
Code scanning / ESLint
disallow unused capturing group Error
Signed-off-by: pand6ra <[email protected]>
Signed-off-by: pand6ra <[email protected]>
"name": "pand6ra", | ||
"id": "468922513410490368" |
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.
Rather than replacing the author, add yourself as a contributor
Signed-off-by: pand6ra <[email protected]>
Description
Fixed Khan Academy presence after it had been abandoned by original author for 3+ years
Acknowledgements
yarn format
Screenshots
Proof showing the creation/modification is working as expected
