add note on losing conversation history

This commit is contained in:
liamcottle
2024-05-01 00:18:21 +12:00
parent c240c8322b
commit c0b542ef55

View File

@@ -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 setting a custom display name to send in your announce.
- Supports viewing and searching peers discovered from announces. - 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? ## How does it work?
- A python script ([web.py](./web.py)) runs a Reticulum instance and a WebSocket server. - A python script ([web.py](./web.py)) runs a Reticulum instance and a WebSocket server.