summaryrefslogtreecommitdiffstats
path: root/bridge/mattermost/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies (#1951)Wim2023-01-281-2/+2
|
* Remove mattermost 5 support (#1936)Wim2023-01-281-159/+24
|
* Add KeepQuotedReply option for matrix to fix regression (#1823)Wim2022-05-061-0/+1
| | | | | | | | | | | | Matrix quotes replies and as of matterbridge 1.24.0 we strip those as this causes issues with bridges support threading and have PreserveThreading enabled. Introduced via https://github.com/42wim/matterbridge/commit/9a8ce9b17e560433731eb5efa3cee7ced0b93605 But if you for example use mattermost or discord with webhooks you'll need to enable this if you want something that looks like a reply from matrix. See issues: - https://github.com/42wim/matterbridge/issues/1819 - https://github.com/42wim/matterbridge/issues/1780
* Add space between filename and URL (mattermost). Fixes #1820Wim2022-05-011-1/+1
|
* Add support for using ID in channel config (mattermost) (#1715)Wim2022-02-061-2/+41
|
* Add more ignore debug messages (mattermost) (#1678)Wim2022-01-101-1/+3
|
* Add support for mattermost v6Wim2021-10-161-18/+169
|
* Use mattermost v5 module (#1192)Wim2020-08-101-1/+1
|
* Add an option to skip the Mattermost server version check (#849)Joona Hoikkala2019-06-161-0/+1
| | | Adds SkipVersionCheck bool option for mattermost
* Fix panic on nil message.Post (mattermost). Fixes #804Wim2019-04-191-0/+6
|
* Refactor mattermost bridge (#622)Wim2018-12-011-0/+218
* Split up in different files * Decrease complexity * Fix linting issues