Add Gravatar support.

This commit is contained in:
Paul Makles
2021-02-02 19:09:13 +00:00
parent ea276c3517
commit 38bedbaaea
6 changed files with 94 additions and 28 deletions

View File

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