From 9c822f7817e1ab99ad51ce65bd9e0dba4115f4f2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 20 Feb 2025 14:26:03 +0900 Subject: [PATCH] Update docs/faq.md: remove matrix_ma1sd_enabled from the suggestion to disable it ma1sd has not been installed by default since 958d089b68d46d1810b3b508234bfc4809522f68, so it seems that the variable does not need to be mentioned here. Signed-off-by: Suguru Hirahara --- docs/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index c7e4cd2fb..04bfde784 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -296,9 +296,6 @@ See [Serving the base domain](configuring-playbook-base-domain-serving.md). You can disable some not-so-important services to save on memory. ```yaml -# An identity server is not a must. -matrix_ma1sd_enabled: false - # Disabling this will prevent email-notifications and other such things from working. exim_relay_enabled: false