From 4f9dec78f451ded2a911dbc636b75ea31f64044d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Jul 2023 09:53:20 +0200 Subject: [PATCH] Continued: - added alias fedibird as this is mastodon --- fba/helpers/software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 373ba1f..ce2c6ed 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -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: -- 2.39.5