jarn.xmpp.core
jarn.xmpp.core copied to clipboard
Maintain "read" status
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.
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.