5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 03:12:31 +00:00
matterbridge/gateway
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
..
bridgemap Add Mumble support (#1245) 2020-10-01 22:50:56 +02:00
samechannel Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
bench.tengo Add scripting (tengo) support for every incoming message (#731) 2019-02-23 16:39:44 +01:00
gateway_test.go Show deprecate warnings about old tengo settings (#1271) 2020-10-21 20:35:22 +02:00
gateway.go Add UserID to RemoteNickFormat and Tengo (#1308) 2020-11-25 23:54:27 +01:00
handlers_test.go Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730) 2019-02-23 16:35:54 +01:00
handlers.go Fix the behavior of ShowTopicChange and SyncTopic (#1086) 2020-04-18 22:05:27 +02:00
router.go Add threading support with token (discord) (#1342) 2020-12-31 16:59:47 +01:00