5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00
matterbridge/bridge/discord
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
..
transmitter Use valid transmitter Log default (discord) (#1402) 2021-02-15 22:20:08 +01:00
discord.go Declare GUILD_MEMBERS privileged intent (discord) (#1428) 2021-03-20 22:46:36 +01:00
handlers_test.go Fix #1049: missing space before embeds (discord) (#1124) 2020-05-07 00:19:48 +02:00
handlers.go Reject cross-channel message references (discord) (#1345) 2020-12-31 16:21:37 +00:00
helpers_test.go Split Discord bridge in multiple files (#632) 2018-12-07 23:36:01 +01:00
helpers.go Add initial transmitter implementation (discord) 2020-12-13 23:19:48 +01:00
webhook.go Fix 'webook' typo in discord/webhook.go (#1344) 2020-12-31 16:51:49 +01:00