You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
transmitter Use valid transmitter Log default (discord) (#1402) 3 years ago
discord.go Declare GUILD_MEMBERS privileged intent (discord) (#1428) 3 years ago
handlers.go Reject cross-channel message references (discord) (#1345) 4 years ago
handlers_test.go Fix #1049: missing space before embeds (discord) (#1124) 4 years ago
helpers.go Add initial transmitter implementation (discord) 4 years ago
helpers_test.go Split Discord bridge in multiple files (#632) 6 years ago
webhook.go Fix 'webook' typo in discord/webhook.go (#1344) 4 years ago