More pixelfed fieldnames

main
Bob Mottram 2025-05-16 15:13:18 +01:00
parent c13c0b0943
commit 8c9ca2371f
1 changed files with 1 additions and 1 deletions

View File

@ -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: