From e094d992c0736c43556fbd0e062e5f094e8273d5 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Sun, 28 Oct 2018 03:08:05 +0800 Subject: [PATCH] Added docs. --- README.md | 1 + matterbridge.toml.sample | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 537d18e0..1bcbf974 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Minecraft server chat support via [MatterLink](https://github.com/elytra/MatterL * [Support bridging between any protocols](https://github.com/42wim/matterbridge/wiki/Features#support-bridging-between-any-protocols) * [Support multiple gateways(bridges) for your protocols](https://github.com/42wim/matterbridge/wiki/Features#support-multiple-gatewaysbridges-for-your-protocols) * [Message edits and deletes](https://github.com/42wim/matterbridge/wiki/Features#message-edits-and-deletes) +* Preserves threading when possible * [Attachment / files handling](https://github.com/42wim/matterbridge/wiki/Features#attachment--files-handling) * [Username and avatar spoofing](https://github.com/42wim/matterbridge/wiki/Features#username-and-avatar-spoofing) * [Private groups](https://github.com/42wim/matterbridge/wiki/Features#private-groups) 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 ###################################################################