buddycloud / webclient

A javascript client to access buddycloud channels.
http://buddycloud.com
63 stars 23 forks source link

I'd like to set unread counters to 0 #279

Open lloydwatkin opened 11 years ago

lloydwatkin commented 11 years ago

I've just logged in from my personal laptop and all most of the unread counters are reading 50. I'm generally use my work machine and mobile to keep up to date.

The only way to clear down the counters right now is to click on each channel individually which isn't ideal.

Longer term...

Maybe we could build http://xmpp.org/extensions/xep-0012.html into the server which gets updated on window focus (or app usage) and have the clients be clever enough to discount any posts before this datetime.

imaginator commented 11 years ago

Assuming a broad client-base, It would be lovely to have individual messages marked as read/unread between devices. And a nightmare to code.

lloydwatkin commented 11 years ago

Agreed, but in this case I was talking about just setting them to read on the current client.

In your case surely XEP-0012 would make this relatively simple?