From 06ec8ab37bbbed0bd97a9dc0540f735ef182a406 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 8 Dec 2017 09:41:17 -0500 Subject: [PATCH] make note about removing homeserver suffix --- Section-Matrix-(basic).md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Section-Matrix-(basic).md b/Section-Matrix-(basic).md index 8e9c4b1..4d07722 100644 --- a/Section-Matrix-(basic).md +++ b/Section-Matrix-(basic).md @@ -13,4 +13,9 @@ Login="yourlogin" Password="yourpass" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + +#Whether to send the homeserver suffix. eg ":matrix.org" in @username:matrix.org +#to other bridges, or only send "username".(true only sends username) +#OPTIONAL (default false) +NoHomeServerSuffix=false ``` \ No newline at end of file