-
Notifications
You must be signed in to change notification settings - Fork 101
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
Chat History on web client #162
Comments
I second this.. I use web gui for my home install thats on wifi. Would be nice to have the messages retained somehow. |
+1 on this |
Looks to be the same issue as #23 (I agree, for the record. either IndexedDB or LocalStorage might be usable for this) |
+1 on this |
mega +1 |
+1 |
+1 Also. A related issue is that there's no "recent messages" tab on the web client. On Android you can see the most recent message for each conversation in the Messages (leftmost) Tab but on the web client you have to click on each node to see if there's any new messages from that sender. This is impractical with dozens of visible nodes. Having a Chat History tab where clicking on a message shortname takes you to that conversation would really make the web client usable as a day-to-day client. |
This seems like a no-brainer, and would take the web client from a novelty to regularly usable. |
The web client currently does not have any way to store messages and the devices do not have enough memory to keep a large amount of message history. The iOS and Android apps use the phone's storage for message history. There is no such database on the web. We are looking into possible client-side storage solutions. |
As others have said, IndexedDb or LocalStorage would be a relatively quick and easy solution to get started. Would probably have enough storage to keep all but the longest of conversations. I started messing around with a PoC the other day, it should be pretty straight forward although I did run out of time. |
Chats doesn't retain history on the web client - I'd think designating a SQLite or something to live on a as card would be easy but I'm no dev
Is this being worked on?
The text was updated successfully, but these errors were encountered: