Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. (telegram) Closes #126

This commit is contained in:
Wim
2017-02-24 18:49:52 +01:00
parent 84c0b745af
commit 32bbab8518
5 changed files with 86 additions and 63 deletions

View File

@@ -2,6 +2,12 @@
## New features
* matrix: New protocol support added (https://matrix.org)
## Bugfix
* mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125
## Changes
* telegram: Do not use HTML parsemode by default. Set ```MessageFormat="HTML"``` to use it. Closes #126
# v0.9.3
## New features
* API: rest interface to read / post messages (see API section in matterbridge.toml.sample)