From 8c9ca2371fe764b0f6622ce98af3b09e5afd2f1c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 16 May 2025 15:13:18 +0100 Subject: [PATCH] More pixelfed fieldnames --- pixelfed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelfed.py b/pixelfed.py index b214f4a62..eb99a5c4b 100644 --- a/pixelfed.py +++ b/pixelfed.py @@ -16,7 +16,7 @@ from utils import get_nickname_from_actor from utils import get_domain_from_actor from utils import get_full_domain -pixelfed_fieldnames = ['pixelfed'] +pixelfed_fieldnames = ('pixelfed', 'fotos', 'photos') def get_pixelfed(actor_json: {}) -> str: