diff --git a/config/defaults.hjson b/config/defaults.hjson index 6907c36ff..e698763fd 100644 --- a/config/defaults.hjson +++ b/config/defaults.hjson @@ -105,7 +105,7 @@ # Address where pictrs is available (for image hosting) pictrs_url: "http:#localhost:8080" # Regex for slurs which are prohibited. Example: `(\bThis\b)|(\bis\b)|(\bsample\b)` - additional_slurs: "string" + slur_filter: "string" # Maximum length of local community and user names actor_name_max_length: 20 }