-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
lastActivity gets deleted on logout #80
Comments
It's right here, but you will have to double check that the presence of the
Really, one hour? There are only ~200 lines of server-side code here. Generally you seem to be super impatient and edgy when it comes to requesting changes to OSS packages. Why don't you try to calm yourself a little? :) |
haha, yeah that's me - impatient. I get really impatient when I see a feature that to me is so obviously crippling the functionality. Thus happened with this case. Yeah well I'm an idiot. I cloned this packege and was testing in my own package, changes didn't take effect. The line you highlighted is the one I figured had to be the correct one, but because changes didn't take effect I kept searching.. awesome :D Anyway how do I make sure noone's app is going to break from this? It seems to me that checking if user is idle is what the |
"Crippling the functionality" seems a bit intense to me. It's all open-source and free to use, so there's always a way to improve and collaborate. I think you might find it easier to work with other people if you don't come off so aggressively! I don't understand your second paragraph. The idle monitoring is originally designed to only work for online users. If you try to use |
sorry, not really agressive behind this computer. it's just how I speak. Ah, I see your point.. okay that makes sense. Okay in that case using the server API seems like a better option in the end of the day - so the functionality of the package is more explicit. I'll add a note about this to the readme at least. Hey thanks for bearing with me :D And I'll try tone down the vocabulary :) |
I actually don't mind the feature you proposed, as long as we make clear that But if you are using last activity over long periods like that, I think |
Hi,
Maybe you remember me, i've contributed PR's before.
the user-status package seems to delete the status.lastActivity when user logs out. This makes sense if lastActivity is used only for idle tracking, but realistically I want to know when the user was last active even when he has logged out - this field is the best source for this information. Honestly I spent a good hour trying to fix this in your package but did not understand what piece of code is responsible.
Temporarily I got my fix by using your API, but please can you fix this? This extra field will not hurt anyone if it stays there and it's valuable information.
The text was updated successfully, but these errors were encountered: