Allow people with mutual connections to see profile / status; fix username check.

This commit is contained in:
Paul
2021-04-07 19:21:25 +01:00
parent 2050a0609f
commit 9e2250783c
6 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ use rocket_contrib::json::JsonValue;
#[get("/")]
pub async fn root() -> JsonValue {
json!({
"revolt": "0.4.0-alpha.5",
"revolt": "0.4.0-alpha.6",
"features": {
"registration": !*DISABLE_REGISTRATION,
"captcha": {