Fixing config

rename_additional_slurs_to_slur_filter
Dessalines 2021-10-25 15:28:41 -04:00
parent aa8301992b
commit 3e6963cbaa
1 changed files with 1 additions and 1 deletions

View File

@ -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
}