mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-16 13:31:12 +01:00
Update FAQ
parent
ec251797ca
commit
22b65db669
47
FAQ.md
47
FAQ.md
@ -3,21 +3,27 @@ First create a basic configuration following https://github.com/42wim/matterbrid
|
||||
|
||||
Also read the [features](https://github.com/42wim/matterbridge/wiki/Features)
|
||||
|
||||
## Slack
|
||||
### Messages come from Slack API tester
|
||||
* [Slack](#slack)
|
||||
* [Discord](#discord)
|
||||
* [Telegram](#telegram)
|
||||
* [Mattermost](#mattermost)
|
||||
* [Steam](#steam)
|
||||
|
||||
# Slack
|
||||
## Messages come from Slack API tester
|
||||
Did you set `RemoteNickFormat`?
|
||||
Try adding `RemoteNickFormat="<{NICK}>"`
|
||||
|
||||
## Gitter
|
||||
### Messages deleted on gitter aren't deleted on other bridges
|
||||
# Gitter
|
||||
## 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.
|
||||
When you delete a message on another bridge slack, they will be deleted on gitter though. (matterbridge can delete messages on gitter, but we do not get an event when a message on gitter is deleted)
|
||||
|
||||
So slack <=> gitter bridge, deleting messages when on gitter doesn't get deleted on slack.
|
||||
On the same bridge, deleting messages on slack gets also deleted on gitter.
|
||||
|
||||
## Discord
|
||||
### Discord is not getting or receiving messages
|
||||
# Discord
|
||||
## Discord is not getting or receiving messages
|
||||
Did you specify the correct channel name ?
|
||||
Try using the ID.
|
||||
|
||||
@ -26,19 +32,27 @@ You can find the number in the URL of the channel:
|
||||
|
||||
Instead of `channel="name"` set `channel="ID:number2"`
|
||||
|
||||
### Seeing id's instead of usernames on the other bridges ?
|
||||
## Seeing id's instead of usernames on the other bridges ?
|
||||
|
||||
If you want roles/groups mentions to be shown with names instead of ID, you'll need to give your bot the "Manage Roles" permission.
|
||||
|
||||
### Can I join the bot to a server I don't own ?
|
||||
## Can I join the bot to a server I don't own ?
|
||||
|
||||
You need permissions on the server to be able to join the bot, if you're allowed to here's how you do it:
|
||||
Click on the bot here: https://discordapp.com/developers/applications/me
|
||||
|
||||
Click the "Generate OAUTH" button, copy the URL and paste it into your address bar, open the page and you'll see the drop down menu for adding the bot to any server you have permissions on.
|
||||
|
||||
## Telegram
|
||||
### Matterbridge is not relaying messages from Telegram
|
||||
## Files/images not getting uploade ?
|
||||
If you are using the discord webhook and the discord token, the webhook will be used for posting messages.
|
||||
The webhook can't do native upload of files/images to discord.
|
||||
|
||||
Possible solution:
|
||||
* Disable the webhook and use only the token. (you'll loose the avatar/nick changing)
|
||||
* Setup a [mediaserver](Mediaserver-setup-[advanced]) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver.
|
||||
|
||||
# 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
|
||||
@ -54,19 +68,22 @@ 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
|
||||
## Matterbridge is not relaying images/stickers/files from Telegram
|
||||
Because images/stickers/files are from non-public url's, you'll need to setup a [mediaserver](Mediaserver-setup-[advanced])
|
||||
|
||||
## 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=""`
|
||||
|
||||
More info in https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample#L836-L838
|
||||
|
||||
|
||||
## Mattermost
|
||||
### mattermost not sending to other bridges.
|
||||
# Mattermost
|
||||
## mattermost not sending to other bridges.
|
||||
You did create a dedicated account for matterbridge ?
|
||||
See https://github.com/42wim/matterbridge/wiki/Section-Mattermost-(basic)
|
||||
|
||||
### "version not supported error"
|
||||
## "version not supported error"
|
||||
By default matterbridge tries https to connect to your mattermost setup.
|
||||
If you're using a test setup for mattermost, this will probably listen on http and on port 8065.
|
||||
|
||||
@ -84,6 +101,6 @@ If you're running the login/password version you'll need to:
|
||||
Also look at the ```RemoteNickFormat``` setting.
|
||||
|
||||
## Steam
|
||||
### Bridge doesn't seem to work
|
||||
## Bridge doesn't seem to work
|
||||
See https://github.com/42wim/matterbridge/issues/351 and https://support.steampowered.com/kb_article.php?ref=3330-IAGK-7663
|
||||
Apparently the account you use need to do a purchase on steam for it to work.
|
||||
|
Loading…
x
Reference in New Issue
Block a user