From 25857591a2453d9bc1acf3068b4056a8d225ac91 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 3 Dec 2018 23:50:37 +0800 Subject: [PATCH] Add note about slack/slack-legacy issues on threading. (#634) --- matterbridge.toml.sample | 2 ++ 1 file changed, 2 insertions(+) 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