5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge
Wim 19d47784bd
Add threading support with token (discord) (#1342)
Webhooks don't support the threading yet, so this is token only.
In discord you can reply on each message of a thread, but this is not possible in mattermost (so some changes added there to make sure we always answer on the rootID of the thread).

Also needs some more testing with slack.

update : It now also uses the token when replying to a thread (even if webhooks are enabled), until webhooks have support for threads.
2020-12-31 16:59:47 +01:00
..
api Sent loopback messages to other websockets as well (api) (#1216) 2020-08-27 22:28:03 +02:00
config Add support for irc to irc notice (irc). Fixes #754 (#1305) 2020-11-22 22:21:02 +01:00
discord Add threading support with token (discord) (#1342) 2020-12-31 16:59:47 +01:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Parse fencedcode in ParseMarkdown. Fixes #1127 (#1329) 2020-12-06 19:38:32 +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 Add threading support with token (discord) (#1342) 2020-12-31 16:59:47 +01:00
msteams Ignore non-user messages (msteams). Fixes #1141 (#1149) 2020-05-24 15:49:24 +02: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 Relay Joins/Topic changes in RocketChat bridge (#1085) 2020-04-18 22:00:35 +02:00
slack Do not use webhooks when token is configured (slack) (fixes #1123) (#1134) 2020-05-14 00:27:34 +02: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 Support Telegram animated stickers (tgs) format (#1173) 2020-08-23 22:34:28 +02:00
whatsapp Rename jfif to jpg (whatsapp). Fixes #1292 2020-11-29 15:37:20 +01:00
xmpp Add NoTLS option to allow plaintext XMPP connections (#1288) 2020-11-13 23:59:05 +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