From c0b542ef5517cedf4702e5b72b74702c5ef916cc Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 1 May 2024 00:18:21 +1200 Subject: [PATCH] add note on losing conversation history --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 802ccad..f536486 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ 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.