From e842ec6fdb28bfe59edf1e48154294252255d931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 7 Jul 2024 23:18:20 +0200 Subject: [PATCH] Continued: - added 'kookie' as another alias 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 5626901..e460d4a 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -79,7 +79,8 @@ _misskey_aliases = [ "tanukey", "nexkey", "trashposs", - "cutiekey" + "cutiekey", + "kookie", ] # Aliases for pleroma -- 2.39.5