forked from mirrors/treebird
Change config option
FossilOrigin-Name: c6b575ce4c1a8b3cd9482d9fd675de2e5caf1fadccbadeaa34a1997e4f78e761
This commit is contained in:
parent
dc7694ee74
commit
e831e9e810
1 changed files with 1 additions and 1 deletions
2
config.h
2
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
|
||||
|
|
Loading…
Reference in a new issue