mirror of https://gitlab.com/bashrc2/epicyon
Extra expected field
parent
b98a965d19
commit
9a41b51fd2
3
posts.py
3
posts.py
|
@ -5423,7 +5423,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'canQuote',
|
'canQuote',
|
||||||
'automaticApproval',
|
'automaticApproval',
|
||||||
'reactions',
|
'reactions',
|
||||||
'webfinger'
|
'webfinger',
|
||||||
|
'sm:status'
|
||||||
)
|
)
|
||||||
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