You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :)
"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.
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
The text was updated successfully, but these errors were encountered: