AAAAAAAAAAAAA

We should be setting message_id not message.
This commit is contained in:
Paul
2021-04-24 18:01:08 +01:00
parent f7bcd3ad93
commit f163cb65de
4 changed files with 5 additions and 5 deletions

View File

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