summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 76875aca..441a333c 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -659,6 +659,12 @@ StripNick=false
#OPTIONAL (default false)
ShowTopicChange=false
+#Opportunistically preserve threaded replies between Slack channels.
+#This only works if the parent message is still in the cache.
+#Cache is flushed between restarts.
+#OPTIONAL (default false)
+PreserveThreading=false
+
###################################################################
#discord section
###################################################################