4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 13:07:44 +00:00

Add ability to show when user is typing across Slack bridges (#559)

This commit is contained in:
Patrick Connolly
2018-11-09 03:45:40 +08:00
committed by Wim
parent ea86849a58
commit 3d281b3316
5 changed files with 55 additions and 3 deletions

View File

@ -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
###################################################################