summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Connolly <patrick.c.connolly@gmail.com>2018-11-07 16:14:31 +0800
committerWim <wim@42.be>2018-11-07 09:14:31 +0100
commita20b7895a9414882934d0160daefd5e6ef888a24 (patch)
tree0298ccedefe4a283f376f42153dc95318b91dcdd /README.md
parent5666821e7bc02d5b3b5afb21355be911ff32bfbc (diff)
downloadmatterbridge-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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)