summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorAlexander <emu.sas@gmail.com>2022-03-25 23:58:52 +0300
committerGitHub <noreply@github.com>2022-03-25 21:58:52 +0100
commit5d9604cd15513dce2244f0a4d2f8e67a6ee22455 (patch)
treea5b6eb2ad20e9d5e248ded9514a171bb3a1cc260 /matterbridge.toml.sample
parentcc36ebf1c9191a6107637b26bd3dbc802f91eb4a (diff)
downloadmatterbridge-msglm-5d9604cd15513dce2244f0a4d2f8e67a6ee22455.tar.gz
matterbridge-msglm-5d9604cd15513dce2244f0a4d2f8e67a6ee22455.tar.bz2
matterbridge-msglm-5d9604cd15513dce2244f0a4d2f8e67a6ee22455.zip
Preserve threading from telegram replies (telegram) (#1776)
* Preserve threading from telegram replies * Add fallback for unthreaded telegram message * Fix linter issue
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 656949fc..54768a1e 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -1147,6 +1147,12 @@ StripNick=false
#OPTIONAL (default false)
ShowTopicChange=false
+#Opportunistically preserve threaded replies between Telegram groups.
+#This only works if the parent message is still in the cache.
+#Cache is flushed between restarts.
+#OPTIONAL (default false)
+PreserveThreading=false
+
###################################################################
#rocketchat section
###################################################################