Add event when user goes offline.

This commit is contained in:
Paul
2021-05-03 08:57:49 +01:00
parent 92bface6ae
commit 2e996a487b
3 changed files with 28 additions and 7 deletions

View File

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