add links to lxmf source code

This commit is contained in:
liamcottle
2024-08-03 00:46:04 +12:00
parent 8f2b87fbc7
commit 9cba693a1f

View File

@@ -283,7 +283,7 @@ Once completed, you should have a `.exe` or a `.dmg` in the `dist` folder.
**LXMF Router** **LXMF Router**
- By default, the LXMF router rejects inbound messages larger than 1mb. - By default, the LXMF router rejects inbound messages larger than 1mb.
- LXMF clients are likely to have this default limit, and your messages will fail to send. - 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).
- MeshChat has increased the receive limit to 10mb to allow for larger attachments. - MeshChat has increased the receive limit to 10mb to allow for larger attachments.
## License ## License