Updated FAQ (markdown)

Wim 2018-04-20 00:13:48 +02:00
parent 6736164119
commit c5e0d8b15f

6
FAQ.md

@ -1,5 +1,11 @@
## Something doesn't work ## Something doesn't work
First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config
## Slack
### Messages come from Slack API tester
Did you set `RemoteNickFormat`?
Try adding `RemoteNickFormat="<{NICK}>"`
## Gitter ## Gitter
### Messages deleted on gitter aren't deleted on other bridges ### Messages deleted on gitter aren't deleted on other bridges
Gitter doesn't send delete events to their API, so we can't pick those up. Gitter doesn't send delete events to their API, so we can't pick those up.