nextcloud / talk_matterbridge

This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services
https://apps.nextcloud.com/apps/talk_matterbridge
GNU Affero General Public License v3.0
39 stars 7 forks source link

Discord bridge only works with channel name, not channel ID #71

Open helge17 opened 1 year ago

helge17 commented 1 year ago

When setting up a Discord bridge and entering the channel ID in the settings dialog I get the following error in bridge-XYZ.log as soon als I type a message:

msg="SendMessage failed: Could not find channelID for 1001234567812345678" (after adding -debug to $matterbridgeCmd in spreed/lib/MatterbridgeManager.php)

When entering the channel name the chat works just fine.

D1sturbed666 commented 1 year ago

Issue still exists, thankfully I stumbled onto this open issue and got it working with channel name. However, it would be nice to get this fixed as Discord generally uses IDs to make things easier now days...