From c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 6 Feb 2022 17:33:41 +0100 Subject: Add UseUsername option (mattermost). Fixes #1665 (#1714) --- bridge/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 16b397f3..18c60920 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -170,7 +170,7 @@ type Protocol struct { UseTLS bool // IRC UseDiscriminator bool // discord UseFirstName bool // telegram - UseUserName bool // discord, matrix + UseUserName bool // discord, matrix, mattermost UseInsecureURL bool // telegram UserName string // IRC VerboseJoinPart bool // IRC -- cgit v1.2.3