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
Simon THOBY cbb46293ab
Update webhook messages via new endpoint (discord)
When using the webhook, the previous method to edit a message was to
delete the old one via the classical API, and to create a new message
via the webhook. While this works, this means that editing "old" messages
lead to a mess where the chronological order is no longer respected.

This uses an hidden API explained in https://support.discord.com/hc/en-us/community/posts/360034557771
to achieve a proper edition using the webhook API.

The obvious downside of this approach is that since it is an
undocumented API for now, so there is no stability guarantee :/
4 years ago
..
api Sent loopback messages to other websockets as well (api) (#1216) 4 years ago
config Add NoTLS option to allow plaintext XMPP connections (#1288) 4 years ago
discord Update webhook messages via new endpoint (discord) 4 years ago
gitter Fix golint linter issues and enable it in CI (#593) 6 years ago
helper Support Telegram animated stickers (tgs) format (#1173) 4 years ago
irc Add PingDelay option (irc) (#1269) 4 years ago
keybase Fix go-keybase-chat-bot api changes 5 years ago
matrix Allow message edits on matrix (#1286) 4 years ago
mattermost Use mattermost v5 module (#1192) 4 years ago
msteams Ignore non-user messages (msteams). Fixes #1141 (#1149) 4 years ago
mumble Add Mumble support (#1245) 4 years ago
nctalk Add support for downloading files (nctalk) (#1249) 4 years ago
rocketchat Relay Joins/Topic changes in RocketChat bridge (#1085) 4 years ago
slack Do not use webhooks when token is configured (slack) (fixes #1123) (#1134) 4 years ago
sshchat Fix duplicated messages (sshchat). Fixes #950 (#996) 5 years ago
steam Update dependencies (#886) 5 years ago
telegram Support Telegram animated stickers (tgs) format (#1173) 4 years ago
whatsapp Use vendored whatsapp version (#1258) 4 years ago
xmpp Add NoTLS option to allow plaintext XMPP connections (#1288) 4 years ago
zulip Check location of avatarURL (zulip). Fixes #1214 (#1227) 4 years ago
bridge.go Add sane RemoteNickFormat default for API (#1157) 4 years ago