From 6fe1f068ac872802348b669771eff23bef55a977 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 9 Oct 2019 12:26:02 +0100 Subject: [PATCH] Recommend UseKeyring:False and IgnoreVerification:True for bots --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d99b05..02e70bd 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Homeserver = https://matrix.org ListenAddress = 0.0.0.0 ListenPort = 8008 SSL = False +UseKeyring = False +IgnoreVerification = True ``` ### Experimental E2E search support.