From bb13ee01853a14e54a3e7aaf324cf7d4e5245a64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 24 Aug 2023 22:35:33 +0200 Subject: [PATCH] Continued: - added alias 'revolver' as this is another one for pleroma --- 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 4d83b43..22f3dc9 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -31,7 +31,7 @@ def alias(software: str) -> str: software = tidyup.domain(software) logger.debug("software='%s'- AFTER!", software) - if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma"]: + if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma", "revolver"]: logger.debug("Setting pleroma: software='%s'", software) software = "pleroma" elif "radiant" in software: -- 2.39.5