From 3d281b3316a68a265efb0f024755e8d1c3863bd5 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 9 Nov 2018 03:45:40 +0800 Subject: Add ability to show when user is typing across Slack bridges (#559) --- matterbridge.toml.sample | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 441a333c..d4b2fbbe 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -665,6 +665,12 @@ ShowTopicChange=false #OPTIONAL (default false) PreserveThreading=false +#Enable showing "user_typing" events from across gateway when available. +#Hint: Set your bot/user's "Full Name" to be "Someone", +#and so the message will say "Someone is typing". +#OPTIONAL (default false) +ShowUserTyping=false + ################################################################### #discord section ################################################################### -- cgit v1.2.3