summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 33a01fc5..a54da452 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -282,6 +282,15 @@ ShowJoinPart=false
#REQUIRED
Token="Yourtokenhere"
+#Disable sending of edits to other bridges
+#WARNING: the default uses FAYE which is experimental. If you need stability set EditDisable=true
+#OPTIONAL (default false)
+EditDisable=true
+
+#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