From f29289340b8bd1c1e0727b187c5a1285549a0bab Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 21 Jul 2023 21:30:11 +0200 Subject: [PATCH] removing the alpha software alert: no longer needed and causes error --- manifest.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 7841295..d5c2c3a 100644 --- a/manifest.json +++ b/manifest.json @@ -31,14 +31,6 @@ ], "arguments": { "install": [ - { - "name": "alpha_software", - "type": "alert", - "ask": { - "en": "⚠️ Please note that GoToSocial is in early development stage. It may contain changing or unstable features, bugs, and security vulnerability.", - "fr": "⚠️ Veuillez noter que GoToSocial est au début de son développment. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité." - } - }, { "name": "domain", "type": "domain" @@ -114,4 +106,4 @@ } ] } -} +} \ No newline at end of file