Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit ea320cb407e78de959d4352e9fc6f20d793e6679 Author: Patrick Connolly <patrick.c.connolly@gmail.com> Date: Mon Dec 03 23:50:37 2018 +0000 Add note about slack/slack-legacy issues on threading. (#634) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 0d9a8a8..42d20af 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -6676 +6678 @@ 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