diff --git a/manifest.toml b/manifest.toml index 920ecb6..18ca30d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,8 +34,7 @@ ram.runtime = "1024M" ask.en = "Choose the local Synapse instance to communicate with mautrix_discord." ask.fr = "Choisissez l'instance Synapse qui doit communiquer avec mautrix_discord." type = "app" - filter = "synapse(__)*[0-9]*" - # pattern.error = "Invalid app selected. Please select a Synapse instance." + filter = "match(id, '^(synapse|conduit|dendrite)(__[0-9]+)?$')" help.en = "Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance." help.fr = "En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance." default = "synapse"