diff options
author | Patrick Connolly <patrick.c.connolly@gmail.com> | 2018-12-03 23:50:37 +0800 |
---|---|---|
committer | Wim <wim@42.be> | 2018-12-03 16:50:37 +0100 |
commit | 25857591a2453d9bc1acf3068b4056a8d225ac91 (patch) | |
tree | a0d20befcd4466e4657a38f8962a1f4ad7a20110 /matterbridge.toml.sample | |
parent | 27f5a1a685c84b6fa0345ad4ea739c16f7c1c6b6 (diff) | |
download | matterbridge-msglm-25857591a2453d9bc1acf3068b4056a8d225ac91.tar.gz matterbridge-msglm-25857591a2453d9bc1acf3068b4056a8d225ac91.tar.bz2 matterbridge-msglm-25857591a2453d9bc1acf3068b4056a8d225ac91.zip |
Add note about slack/slack-legacy issues on threading. (#634)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 0d9a8a84..42d20af7 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -667,6 +667,8 @@ 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. +#Note: Not currently working on gateways with mixed bridges of +# both slack and slack-legacy type. Context in issue #624. #OPTIONAL (default false) PreserveThreading=false |