]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2023 20:35:33 +0000 (22:35 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 24 Aug 2023 20:35:33 +0000 (22:35 +0200)
- added alias 'revolver' as this is another one for pleroma

fba/helpers/software.py

index 4d83b430a8babaf321fcd7a918d07a8a99818cb1..22f3dc90b5da2b72e24ed811532838ee21a86838 100644 (file)
@@ -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: