diff options
author | Patrick Connolly <patrick.c.connolly@gmail.com> | 2018-11-07 16:14:31 +0800 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-07 09:14:31 +0100 |
commit | a20b7895a9414882934d0160daefd5e6ef888a24 (patch) | |
tree | 0298ccedefe4a283f376f42153dc95318b91dcdd /matterbridge.toml.sample | |
parent | 5666821e7bc02d5b3b5afb21355be911ff32bfbc (diff) | |
download | matterbridge-msglm-a20b7895a9414882934d0160daefd5e6ef888a24.tar.gz matterbridge-msglm-a20b7895a9414882934d0160daefd5e6ef888a24.tar.bz2 matterbridge-msglm-a20b7895a9414882934d0160daefd5e6ef888a24.zip |
Preserve threading between Slack instances (#529)
* Opportunistically preserve Slack threading when parent thread in cache. [#529]
* Removed slack-specific processing from gateway.
* Added docs.
* Add option to enable threading, with default to off.
* Did cleanup on @42wim's comments.
* Update gateway/gateway.go
Co-Authored-By: patcon <patrick.c.connolly@gmail.com>
* Suggestion from @42wim :)
* Suggestions from @42wim.
* More suggestions.
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
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 ################################################################### |