From: Roland Häder Date: Thu, 27 Jul 2023 06:59:04 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6b4d22d6282aeaf875a179c2ad4432b448210b0;p=fba.git Continued: - again a lot of creativity was found, so let's clean this up to 'nextcloud' for later support (if they later add it) --- diff --git a/fba/helpers/software.py b/fba/helpers/software.py index c108103..fafa81d 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -46,7 +46,7 @@ def alias(software: str) -> str: elif software in ["runtube.re", "islameye"]: logger.debug("Setting peertube: software='%s'", software) software = "peertube" - elif software in ["nextcloud social", "nextcloudpi", "storage share"]: + elif software in ["nextcloud social", "nextcloudpi", "storage share"] or "nextcloud" in software: logger.debug("Setting nextcloud: software='%s'", software) software = "nextcloud" elif software == "activity-relay":