From a40ace6120c9def8dc1f046b3d126a43acf69d2d Mon Sep 17 00:00:00 2001 From: Norm Date: Wed, 9 Oct 2024 19:42:31 -0400 Subject: [PATCH] Revert "modify {backend,frontend}CommitUrl to own softforks" Turns out this can be modified from adminFE. This reverts commit 3285603bb6d75685dfb2f22bcc463d12e2f3f5ac. --- static/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/config.json b/static/config.json index e5d2c62f..b1d412e7 100644 --- a/static/config.json +++ b/static/config.json @@ -22,7 +22,5 @@ "sidebarRight": false, "subjectLineBehavior": "email", "theme": "ihatebeingalive", - "webPushNotifications": false, - "backendCommitUrl": "https://akkoma.dev/norm/akkoma/commit/", - "frontendCommitUrl": "https://akkoma.dev/norm/pleroma-fe/commit/" + "webPushNotifications": false }