From 392ee8f57bd209ffb07f36b1c0a4533d95d755e4 Mon Sep 17 00:00:00 2001
From: AlexanderShK <113863493+AlexanderShK@users.noreply.github.com>
Date: Fri, 8 Dec 2023 14:03:02 +0300
Subject: [PATCH] Update config.go

update variables
added UseFullName and UseLastName
---
 bridge/config/config.go | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bridge/config/config.go b/bridge/config/config.go
index 18c60920..82ffb8d7 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -169,7 +169,9 @@ type Protocol struct {
 	UseSASL                bool       // IRC
 	UseTLS                 bool       // IRC
 	UseDiscriminator       bool       // discord
-	UseFirstName           bool       // telegram
+	UseFullName	       bool	  // mattermost
+	UseFirstName           bool       // telegram, mattermost
+	UseLastName	       bool	  // mattermost
 	UseUserName            bool       // discord, matrix, mattermost
 	UseInsecureURL         bool       // telegram
 	UserName               string     // IRC