mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 00:19:24 +01:00
Updated FAQ (markdown)
parent
a69b8d1520
commit
6d0e1b96a8
14
FAQ.md
14
FAQ.md
@ -1,6 +1,20 @@
|
||||
## Something doesn't work
|
||||
First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config
|
||||
|
||||
## Telegram
|
||||
### Matterbridge is not relaying messages from Telegram
|
||||
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.
|
||||
Kick bot from chat if it's already in it.
|
||||
Invite bot to chat.
|
||||
The order is important.
|
||||
```
|
||||
|
||||
## Mattermost
|
||||
### "version not supported error"
|
||||
By default matterbridge tries https to connect to your mattermost setup.
|
||||
|
Loading…
Reference in New Issue
Block a user