From: Roland Häder Date: Mon, 12 Jun 2023 14:42:49 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43ebae2153799cecf888c4954a9ba74af44d2b1d;p=fba.git Continued: - alias 'nextcloud social' to 'nextcloud' --- diff --git a/fba/federation.py b/fba/federation.py index 12f2868..7f933b3 100644 --- a/fba/federation.py +++ b/fba/federation.py @@ -429,6 +429,9 @@ def determine_software(domain: str, path: str = None) -> str: elif software == "runtube.re": # DEBUG: print("DEBUG: Setting peertube:", domain, software) software = "peertube" + elif software == "nextcloud social": + # DEBUG: print("DEBUG: Setting nextcloud:", domain, software) + software = "nextcloud" elif software.find("/") > 0: print("WARNING: Spliting of slash:", software) software = tidyup.domain(software.split("/")[-1])