From 0b7b64b8f2b12c189e4ddeff50501499e3867230 Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Sat, 25 Feb 2023 21:05:09 -0500 Subject: [PATCH] Use "optional": true Following https://forum.yunohost.org/t/23805/2 --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 45bec46e..bd1e4aec 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network", "fr": "Réseau social libre et fédéré" }, - "version": "4.0.2~ynh2", + "version": "4.0.2~ynh3", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later", @@ -44,7 +44,8 @@ }, { "name": "local_domain", - "type": "string", + "type": "domain", + "optional": true, "default": "", "ask": { "en": "What domain do you want to ues for users?"