From d67ce4454492bf1c2c1ba8153c405a6ce31daa44 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 4 May 2024 21:54:32 +1200 Subject: [PATCH] conversation history is now saved to database --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 66038a9..91c6b4a 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ A simple open-source web based [LXMF](https://github.com/markqvist/lxmf) client - Supports setting a custom display name to send in your announce. - Supports viewing and searching peers discovered from announces. -> NOTE: At this time, received messages are not saved anywhere. You will lose your conversation history when you reload the page. - ## How does it work? - A python script ([web.py](./web.py)) runs a Reticulum instance and a WebSocket server.