From 490aaec2f963729f75991bb32a9d51a0bcf0b278 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 3 Mar 2024 04:25:11 +0100 Subject: [PATCH] Continued: - added another alias "hijikey" for "misskey" --- fba/helpers/software.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 4a78ab3..7ce6fdb 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -63,7 +63,8 @@ _misskey_aliases = [ "goblin", "miraiskey", "lovers", - "rosekey" + "rosekey", + "hijikey" ] @lru_cache -- 2.39.5