From e831e9e810f67865fda26709d1d79ce5e686aaf0 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Fri, 11 Feb 2022 04:31:24 +0000 Subject: [PATCH] Change config option FossilOrigin-Name: c6b575ce4c1a8b3cd9482d9fd675de2e5caf1fadccbadeaa34a1997e4f78e761 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a589a23..86ce021 100644 --- a/config.h +++ b/config.h @@ -44,6 +44,6 @@ static char* const config_instance_url = "https://desuposter.club/"; * Keep this disabled if running an older pleroma build, or because you just * don't want it. */ -static const int config_experimental_lookup = FALSE; +static const int config_experimental_lookup = TRUE; #endif // CONFIG_H