From 9f9a63b7237cc0aef74bf9c82f859e3cbbeadb6a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 19 Dec 2024 00:58:48 +1300 Subject: [PATCH] use permalinks in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc11be4..394ff1b 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ I build the vite app everytime without hot reload, since MeshChat expects everyt **LXMF Router** - By default, the LXMF router rejects inbound messages larger than 1mb. -- LXMF clients are likely to have [this default limit](https://github.com/markqvist/LXMF/blob/master/LXMF/LXMRouter.py#L35), and your messages will [fail to send](https://github.com/markqvist/LXMF/blob/master/LXMF/LXMRouter.py#L1026). +- LXMF clients are likely to have [this default limit](https://github.com/markqvist/LXMF/blob/c426c93cc5d63a3dae18ad2264b1299a7ad9e46c/LXMF/LXMRouter.py#L38), and your messages will [fail to send](https://github.com/markqvist/LXMF/blob/c426c93cc5d63a3dae18ad2264b1299a7ad9e46c/LXMF/LXMRouter.py#L1428). - MeshChat has increased the receive limit to 10mb to allow for larger attachments. ## License