]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 12 Jun 2023 14:42:49 +0000 (16:42 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 12 Jun 2023 14:42:49 +0000 (16:42 +0200)
- alias 'nextcloud social' to 'nextcloud'

fba/federation.py

index 12f28688709dc382cbb6536977063ee30608c575..7f933b38630ef560771e6d25bd017df363085a7d 100644 (file)
@@ -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])