Update readme

This commit is contained in:
Skylar Ittner 2020-11-05 23:25:50 -07:00
parent 1ae1c3bac8
commit 57de09e7fa

View File

@ -24,4 +24,5 @@ Or just run `node main.js`.
* If you leave a room the bot won't invite you back, even if there are new SMS messages. * If you leave a room the bot won't invite you back, even if there are new SMS messages.
* Any messages posted in a Matrix room while the bot is offline will not be relayed to SMS when it comes back. * Any messages posted in a Matrix room while the bot is offline will not be relayed to SMS when it comes back.
* Only unread SMS are fetched, so if anything else is checking the API this bot won't get those. * Only unread SMS are fetched, so if anything else is checking the API this bot won't get those.
* This polls the API for messages every 15 seconds (configurable), which is a bit ugly. * This polls the API for messages every 15 seconds (configurable), which is a bit ugly.
* If it crashes try the latest Node.js LTS (v14 as of commit date)