add: anonymous questions

This commit is contained in:
trisua 2025-04-19 18:59:55 -04:00
parent 2266afde01
commit 3db7f2699c
34 changed files with 473 additions and 98 deletions

View file

@ -257,6 +257,7 @@ fn default_banned_usernames() -> Vec<String> {
"notification".to_string(),
"post".to_string(),
"void".to_string(),
"anonymous".to_string(),
]
}