5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00
matterbridge/bridge
James Lu 2a7f28606c
Declare GUILD_MEMBERS privileged intent (discord) (#1428)
Without this declared, it seems that Discord will not send any member update
events after connection, even if the privileged gateway intent is enabled for
the bot in settings. This causes nick tracking to get out of sync when people
change their nicks after the bot connects.

See: https://discord.com/developers/docs/topics/gateway#gateway-intents
2021-03-20 22:46:36 +01:00
..
api Sent loopback messages to other websockets as well (api) (#1216) 2020-08-27 22:28:03 +02:00
config Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
discord Declare GUILD_MEMBERS privileged intent (discord) (#1428) 2021-03-20 22:46:36 +01:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Make lottie_convert work on platforms without /dev/stdout (#1424) 2021-03-20 22:42:41 +01:00
irc Add support for stateless bridging via draft/relaymsg (irc) (#1339) 2020-12-30 18:21:32 +01:00
keybase Fix go-keybase-chat-bot api changes 2020-02-08 18:33:05 +01:00
matrix Mark messages as read (matrix). Fixes #1317 (#1328) 2020-12-06 17:49:35 +01:00
mattermost Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
msteams Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
mumble Add nil checks to text message handling (mumble) (#1321) 2020-12-03 22:25:33 +01:00
nctalk Update go-nc-talk (nctalk) (#1333) 2020-12-10 00:06:27 +01:00
rocketchat Handle Rocket.Chat attachments (#1395) 2021-02-15 22:34:14 +01:00
slack Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
sshchat Fix duplicated messages (sshchat). Fixes #950 (#996) 2020-02-02 22:08:37 +01:00
steam Update dependencies (#886) 2019-09-07 22:46:58 +02:00
telegram Check rune length instead of bytes (telegram). Fixes #1409 (#1412) 2021-02-25 23:28:54 +01:00
vk Add vk bridge (#1372) 2021-01-29 00:25:14 +01:00
whatsapp Rename jfif to jpg (whatsapp). Fixes #1292 2020-11-29 15:37:20 +01:00
xmpp Fix webhooks for channels with special characters (xmpp) (#1405) 2021-02-17 21:30:06 +01:00
zulip Check location of avatarURL (zulip). Fixes #1214 (#1227) 2020-09-04 22:50:57 +02:00
bridge.go Add sane RemoteNickFormat default for API (#1157) 2020-06-25 00:25:10 +02:00