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

Online indicator on messages list #58

Open
almejo opened this issue Mar 24, 2016 · 3 comments
Open

Online indicator on messages list #58

almejo opened this issue Mar 24, 2016 · 3 comments
Milestone

Comments

@almejo
Copy link

almejo commented Mar 24, 2016

The left sidebar with contacts have little green dots showing if the contact is online. but when in phone mode and inside a conversation I can not tell if the contact is online or not...

I think if when only the messages view is visible you could include the picture of the user and the little dot

@timsueberkrueb timsueberkrueb added this to the v0.4 milestone Mar 24, 2016
@timsueberkrueb
Copy link
Owner

I'm have implemented this a little bit different by setting the status text to "Online" if the user is online and not typing. What I'd also like to add is something like "Last seen ...". This depends on tdryer/hangups#171.
@tdryer It would be awesome if you could implement this feature :)

@tdryer
Copy link

tdryer commented Mar 25, 2016

This depends on tdryer/hangups#171

"Last seen" and read timestamps are separate features. I think it's already possible to implement to "last seen" using Client.query_presence and FIELD_MASK_LAST_SEEN, although this isn't exposed in the User or Conversation classes yet.

@timsueberkrueb
Copy link
Owner

@tdryer yeah, you're right. Unless it's supposed to be the "Last seen" for this conversation only. Sorry for me always mixing those up ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants