From a51fdb2220df919f08924a67b8dea400b32ebbdf Mon Sep 17 00:00:00 2001 From: nekobit Date: Mon, 16 May 2022 03:32:44 +0000 Subject: [PATCH] set config_experimental_lookup to FALSE for default config It seemed to be causing people trouble FossilOrigin-Name: d1ace3ca357d048404972bf463b6ccdc7882103c90cb81c3dc9284c79b9ec28e --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index ed17bbb..a5eed39 100644 --- a/config.def.h +++ b/config.def.h @@ -90,7 +90,7 @@ static char* const config_url_prefix = ""; * Keep this disabled if running an older pleroma build, or because you just * don't want it. */ -static const int config_experimental_lookup = TRUE; +static const int config_experimental_lookup = FALSE; /* * Bool: test_page