-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
add getLastSeen method #553
base: main
Are you sure you want to change the base?
add getLastSeen method #553
Conversation
I was initially trying to implement this back here ddfb616 but I haven't had time to finish it. Thanks for working on this! The issue I encountered back then was that getting the presence information could be out of date or not accurate when retrieving it if you're not subscribed to their updates. This can be seen with people that are far down in the chat list. Unfortunately the function used to subscribe to presence updates doesn't update the presence right away, so I was experimenting with how to accurately retrieve the state after subscribing. One could argue a Also, I think having this method on the |
I was looking into this and I'm having trouble with data disappearing on a normal Firefox instance with manual code execution, any suggestion? I think it has to be something with focusing or the window not being used for some time. (I know this isn't strictly related but I'm hoping in some help) |
Hello, is it still on the way? |
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.
chat.presence.subscribe()
needs to be reliable
Mfw yuri necroposts lol |
Is this still relevant? |
closes #82