From: Roland Häder Date: Thu, 24 Aug 2023 20:35:33 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb13ee01853a14e54a3e7aaf324cf7d4e5245a64;p=fba.git Continued: - added alias 'revolver' as this is another one for pleroma --- 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: