forked from mirrors/treebird
set config_experimental_lookup to FALSE for default config
It seemed to be causing people trouble FossilOrigin-Name: d1ace3ca357d048404972bf463b6ccdc7882103c90cb81c3dc9284c79b9ec28e
This commit is contained in:
parent
b677ba4b52
commit
a51fdb2220
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue