mirror of https://gitlab.com/bashrc2/epicyon
Extra expected fields
parent
ea14371418
commit
cd4e13db06
4
posts.py
4
posts.py
|
@ -5421,7 +5421,9 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'searchableBy',
|
'searchableBy',
|
||||||
'interactionPolicy',
|
'interactionPolicy',
|
||||||
'canQuote',
|
'canQuote',
|
||||||
'automaticApproval'
|
'automaticApproval',
|
||||||
|
'reactions',
|
||||||
|
'webfinger'
|
||||||
)
|
)
|
||||||
for post_filename in posts_in_box:
|
for post_filename in posts_in_box:
|
||||||
post_filename = post_filename.name
|
post_filename = post_filename.name
|
||||||
|
|
Loading…
Reference in New Issue