]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 21 Jul 2023 07:03:19 +0000 (09:03 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Jul 2023 07:03:19 +0000 (09:03 +0200)
- added aliases for pleroma/misskey

fba/helpers/software.py

index 209b588d83a1b3030c64c084aaabbdaae1b7d34a..373ba1ff539d506b21c94963e5151ac233ed18bd 100644 (file)
@@ -31,13 +31,13 @@ def alias(software: str) -> str:
     software = tidyup.domain(software)
     logger.debug("software='%s'- AFTER!", software)
 
-    if software in ["akkoma", "rebased", "akkounfucked", "ched"]:
+    if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma"]:
         logger.debug("Setting pleroma: software='%s'", software)
         software = "pleroma"
     elif software in ["hometown", "ecko"] or "mastodon" in software:
         logger.debug("Setting mastodon: software='%s'", software)
         software = "mastodon"
-    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social", "azk.sns", "firefish"] or "shumihub" in software or "мисскей" in software:
+    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social", "azk.sns", "firefish", "qtmmsky"] or "shumihub" in software or "мисскей" in software:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
     elif software in ["runtube.re", "islameye"]: