mirror of https://gitlab.com/bashrc2/epicyon
Extra expected field
parent
87c7f6b540
commit
bf1c50e007
3
posts.py
3
posts.py
|
|
@ -5262,7 +5262,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'quoteReply',
|
'quoteReply',
|
||||||
'toot:quoteReply',
|
'toot:quoteReply',
|
||||||
'_misskey_quote',
|
'_misskey_quote',
|
||||||
'quote'
|
'quote',
|
||||||
|
'quoteAuthorization'
|
||||||
)
|
)
|
||||||
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