diff options
author | Wim <wim@42.be> | 2017-04-15 19:07:35 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-04-15 19:07:35 +0200 |
commit | 7469732bbc84dbb60b6eafc29fb8d0771a48ba27 (patch) | |
tree | e68f515e09f3d6ce608098e68f3537302cfc3e40 /matterbridge.toml.sample | |
parent | d1dd6c34405c210f8bc44c78c425113e60ea221e (diff) | |
download | matterbridge-msglm-7469732bbc84dbb60b6eafc29fb8d0771a48ba27.tar.gz matterbridge-msglm-7469732bbc84dbb60b6eafc29fb8d0771a48ba27.tar.bz2 matterbridge-msglm-7469732bbc84dbb60b6eafc29fb8d0771a48ba27.zip |
Add support for edited messages (telegram)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 2b2ee822..69c18164 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -435,6 +435,14 @@ Token="Yourtokenhere" #See https://core.telegram.org/bots/api#html-style MessageFormat="" +#Disable sending of edits to other bridges +#OPTIONAL (default false) +EditDisable=false + +#Message to be appended to every edited message +#OPTIONAL (default empty) +EditSuffix=" (edited)" + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |