From 8a957cd797e7e42f43670baaed60ac0d3543342f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 24 Dec 2024 17:03:00 +0100 Subject: [PATCH] feat: Add status page link to about --- about.example.json | 1 + src/main/kotlin/app/revanced/api/configuration/APISchema.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/about.example.json b/about.example.json index f452fe48..3611a4c5 100644 --- a/about.example.json +++ b/about.example.json @@ -5,6 +5,7 @@ "branding": { "logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg" }, + "status": "https://status.revanced.app", "contact": { "email": "contact@revanced.app" }, diff --git a/src/main/kotlin/app/revanced/api/configuration/APISchema.kt b/src/main/kotlin/app/revanced/api/configuration/APISchema.kt index 74bd8542..d99a70d0 100644 --- a/src/main/kotlin/app/revanced/api/configuration/APISchema.kt +++ b/src/main/kotlin/app/revanced/api/configuration/APISchema.kt @@ -123,6 +123,7 @@ class APIAbout( // Using a list instead of a set because set semantics are unnecessary here. val socials: List?, val donations: Donations?, + val status: String, ) { @Serializable class Branding(