Add status presence indicator.

This commit is contained in:
Paul
2021-04-03 20:50:14 +01:00
parent c3fa7bf74e
commit a547177325
5 changed files with 14 additions and 4 deletions

View File

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