Commit Graph

12 Commits (880586bac42817ffcfea5d9f746f503fa29915b8)

Author SHA1 Message Date
Wim 880586bac4
Update dependencies (#1951) 1 year ago
Wim eac2a8c8dc
Remove mattermost 5 support (#1936) 1 year ago
Wim 9c43eff753
Add support for using ID in channel config (mattermost) (#1715) 2 years ago
Wim c8d7fdeedc
Add UseUsername option (mattermost). Fixes #1665 (#1714) 2 years ago
Wim 15ad0165fc
Log eventtype in debug (mattermost) (#1676) 2 years ago
Wim b56f80b1b8 Add support for mattermost v6 3 years ago
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.
4 years ago
Wim 4e50fd8649
Use mattermost v5 module (#1192) 4 years ago
Wim 1f830963f6
Return when we have only WebhookURL (mattermost). Fixes #954 (#960) 5 years ago
Wim 00967a98ac
Fix panic on WebhookURL only setting (mattermost). Closes #916 (#917) 5 years ago
Patrick Connolly b33b50987b Add support for mattermost threading (#627) 6 years ago
Wim f94c2b40a3
Refactor mattermost bridge (#622)
* Split up in different files
* Decrease complexity
* Fix linting issues
6 years ago