Updated FAQ (markdown)

Wim 2018-05-05 23:22:42 +02:00
parent 6b385c0a4d
commit d48467141e

8
FAQ.md

@ -33,14 +33,18 @@ If you want roles/groups mentions to be shown with names instead of ID, you'll
See
* https://core.telegram.org/bots#privacy-mode
* https://github.com/yagop/node-telegram-bot-api/issues/174#issuecomment-244632667
```
If your bot is not getting messages:
Disable privacy mode with @Botfather.
* Go to [BotFather](https://t.me/botfather) send /setprivacy.
* Select the username of the bot.
* Select Disable.
Kick bot from chat if it's already in it.
Invite bot to chat.
The order is important.
```
### Matterbridge is not relaying messages to Telegram
Did you enable `MessageFormat="HTML"` in your config?
You could be sending invalid HTML. Set it to `MessageFormat=""`