Route which lets clients determine messages that have updated / deleted.

This commit is contained in:
Paul Makles
2021-02-16 09:34:24 +00:00
parent 2bafffbbc1
commit b6b51bca26
7 changed files with 122 additions and 3 deletions

View File

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