]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2023 12:56:10 +0000 (14:56 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2023 12:56:10 +0000 (14:56 +0200)
- added more checks for misskey forks

fba/helpers/software.py

index ce2c6ed331895201fb469fd30fc04fcce57475a5..bc1e2ce4e588ebf3ededb110fc95a7b9984b58db 100644 (file)
@@ -37,7 +37,7 @@ def alias(software: str) -> str:
     elif software in ["hometown", "ecko", "fedibird"] 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", "qtmmsky"] 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 or "milkey" in software or "misskey" in software:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
     elif software in ["runtube.re", "islameye"]: