]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 21 Jul 2023 07:53:20 +0000 (09:53 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Jul 2023 07:53:20 +0000 (09:53 +0200)
- added alias fedibird as this is mastodon

fba/helpers/software.py

index 373ba1ff539d506b21c94963e5151ac233ed18bd..ce2c6ed331895201fb469fd30fc04fcce57475a5 100644 (file)
@@ -34,7 +34,7 @@ def alias(software: str) -> str:
     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:
+    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: