Skip to content
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

No time registered when attending a call #3

Open
manumonti opened this issue Feb 20, 2024 · 2 comments
Open

No time registered when attending a call #3

manumonti opened this issue Feb 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@manumonti
Copy link

When attending a call or meeting, even when the host is sharing its screen and the focus is on that window, the plugin stops registering the time.

I'm using MacOs, discord wakatime plugin v1.0.1.

@alanhamlett alanhamlett added the bug Something isn't working label Feb 20, 2024
@alanhamlett
Copy link
Member

It only tracks when clicking currently:

document.addEventListener('click', this.handler);

That's to prevent accidentally tracking time when you're not actually using Discord, which could happen if we use a setTimeout and Discord is focused but you're not at the computer.

@manumonti
Copy link
Author

Thanks for the reply!

Yes, it makes sense.

Any chance to register time when, for instance, a call or a meeting is ongoing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants