From 7ce34f60c519ff20cc76b2030a91a0cefde3062b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 20 Nov 2023 08:56:20 +0100 Subject: [PATCH] Continued: - added alias 'write.as' for 'writefreely' --- fba/helpers/software.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fba/helpers/software.py b/fba/helpers/software.py index badb887..be0bbb2 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -89,6 +89,9 @@ def alias(software: str) -> str: elif software == "mbin": logger.debug("Setting kbin: software='%s'", software) software = "kbin" + elif software == "write.as": + logger.debug("Setting writefreely: software='%s'", software) + software = "writefreely" elif "gnu social" in software: logger.debug("Setting gnusocial: software='%s'", software) software = "gnusocial" -- 2.39.5