mirror of https://gitlab.com/bashrc2/epicyon
Extra expected fields
parent
495a428bb1
commit
38f1940c6f
8
posts.py
8
posts.py
|
|
@ -5256,7 +5256,13 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'automaticApproval',
|
'automaticApproval',
|
||||||
'reactions',
|
'reactions',
|
||||||
'webfinger',
|
'webfinger',
|
||||||
'sm:status'
|
'sm:status',
|
||||||
|
'quoteUri',
|
||||||
|
'quoteUrl',
|
||||||
|
'quoteReply',
|
||||||
|
'toot:quoteReply',
|
||||||
|
'_misskey_quote',
|
||||||
|
'quote'
|
||||||
)
|
)
|
||||||
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