jarn.xmpp.core icon indicating copy to clipboard operation
jarn.xmpp.core copied to clipboard

Maintain "read" status

Open hannosch opened this issue 14 years ago • 1 comments

This is a bigger story. In general I want the system to store the read information for me on the central server.

The most important place to surface this information is on the public stream for me. I want a visual indicator in the middle of the stream which separates already read messages (on any browser tab / device) from unread messages.

One way to do this is a bold line stating "previously read messages" in the center of it.

There's more aspects to this, like when to trigger the "read event", which I'm not sure about.

hannosch avatar Oct 23 '11 19:10 hannosch

The last time the user has visited the feed is now stored on the server. The visual indication of new messages though remains to be implemented.

ggozad avatar Dec 02 '11 21:12 ggozad