Skip to content

Commit 8a957cd

Browse files
committed
feat: Add status page link to about
1 parent 712ab3b commit 8a957cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

about.example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"branding": {
66
"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"
77
},
8+
"status": "https://status.revanced.app",
89
"contact": {
910
"email": "[email protected]"
1011
},

src/main/kotlin/app/revanced/api/configuration/APISchema.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class APIAbout(
123123
// Using a list instead of a set because set semantics are unnecessary here.
124124
val socials: List<Social>?,
125125
val donations: Donations?,
126+
val status: String,
126127
) {
127128
@Serializable
128129
class Branding(

0 commit comments

Comments
 (0)