mirror of https://gitlab.com/bashrc2/epicyon
More pixelfed fieldnames
parent
c13c0b0943
commit
8c9ca2371f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue